Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp1712 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local
1719 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()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp1663 SourceLocation FoundLoc, in parseOMPEndDirective() argument
1673 Diag(FoundLoc, diag::err_expected_end_declare_target_or_variant) in parseOMPEndDirective()
/external/llvm-project/clang/include/clang/Parse/
DParser.h3125 SourceLocation FoundLoc,
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp309 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local
310 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()
312 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()