Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1714 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local
1721 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1792 SourceLocation FoundLoc, in parseOMPEndDirective() argument
1802 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp309 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local
310 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()
312 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3207 SourceLocation FoundLoc,