Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance
1714 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local1721 if (!FoundLoc) { in transferDebugInstrRef()1722 FoundLoc = CurL; in transferDebugInstrRef()1727 FoundLoc = CurL; // Spills are a longer term location. in transferDebugInstrRef()1728 else if (!MTracker->isSpill(*FoundLoc) && in transferDebugInstrRef()1730 !isCalleeSaved(*FoundLoc) && in transferDebugInstrRef()1732 FoundLoc = CurL; // Callee saved regs are longer term than normal. in transferDebugInstrRef()1737 TTracker->redefVar(MI, Properties, FoundLoc); in transferDebugInstrRef()1741 if (!FoundLoc && NewID && NewID->getBlock() == CurBB && in transferDebugInstrRef()1749 MachineInstr *DbgMI = MTracker->emitLoc(FoundLoc, V, Properties); in transferDebugInstrRef()
1792 SourceLocation FoundLoc, in parseOMPEndDirective() argument1802 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
309 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local310 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()312 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
3207 SourceLocation FoundLoc,