Home
last modified time | relevance | path

Searched refs:FoundLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1279 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local
1286 if (!FoundLoc) { in transferDebugInstrRef()
1287 FoundLoc = CurL; in transferDebugInstrRef()
1292 FoundLoc = CurL; // Spills are a longer term location. in transferDebugInstrRef()
1293 else if (!MTracker->isSpill(*FoundLoc) && in transferDebugInstrRef()
1295 !isCalleeSaved(*FoundLoc) && in transferDebugInstrRef()
1297 FoundLoc = CurL; // Callee saved regs are longer term than normal. in transferDebugInstrRef()
1302 TTracker->redefVar(MI, Properties, FoundLoc); in transferDebugInstrRef()
1306 if (!FoundLoc && NewID && NewID->getBlock() == CurBB && in transferDebugInstrRef()
1314 MachineInstr *DbgMI = MTracker->emitLoc(FoundLoc, V, Properties); in transferDebugInstrRef()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp1973 SourceLocation FoundLoc, in parseOMPEndDirective() argument
1983 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h3221 SourceLocation FoundLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp311 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local
312 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()
314 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()