Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance
1957 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local1964 if (!FoundLoc) { in transferDebugInstrRef()1965 FoundLoc = CurL; in transferDebugInstrRef()1970 FoundLoc = CurL; // Spills are a longer term location. in transferDebugInstrRef()1971 else if (!MTracker->isSpill(*FoundLoc) && in transferDebugInstrRef()1973 !isCalleeSaved(*FoundLoc) && in transferDebugInstrRef()1975 FoundLoc = CurL; // Callee saved regs are longer term than normal. in transferDebugInstrRef()1980 TTracker->redefVar(MI, Properties, FoundLoc); in transferDebugInstrRef()1984 if (!FoundLoc && NewID && NewID->getBlock() == CurBB && in transferDebugInstrRef()1992 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()
310 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local311 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()313 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
3236 SourceLocation FoundLoc,