Searched refs:IsLocal (Results 1 – 2 of 2) sorted by relevance
426 bool parseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"3701 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm() argument3730 if (IsLocal && LCOMM == LCOMM::NoAlignment) in parseDirectiveComm()3734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()3735 (IsLocal && LCOMM == LCOMM::ByteAlignment)) { in parseDirectiveComm()3764 if (IsLocal) { in parseDirectiveComm()
706 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local769 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()