Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance
1712 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local1719 if (!FoundLoc) { in transferDebugInstrRef()1720 FoundLoc = CurL; in transferDebugInstrRef()1725 FoundLoc = CurL; // Spills are a longer term location. in transferDebugInstrRef()1726 else if (!MTracker->isSpill(*FoundLoc) && in transferDebugInstrRef()1728 !isCalleeSaved(*FoundLoc) && in transferDebugInstrRef()1730 FoundLoc = CurL; // Callee saved regs are longer term than normal. in transferDebugInstrRef()1735 TTracker->redefVar(MI, Properties, FoundLoc); in transferDebugInstrRef()1739 if (!FoundLoc && NewID && NewID->getBlock() == CurBB && in transferDebugInstrRef()1747 MachineInstr *DbgMI = MTracker->emitLoc(FoundLoc, V, Properties); in transferDebugInstrRef()
1663 SourceLocation FoundLoc, in parseOMPEndDirective() argument1673 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
3125 SourceLocation FoundLoc,
309 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local310 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()312 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()