Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1957 Optional<LocIdx> FoundLoc = None; in transferDebugInstrRef() local
1964 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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp310 auto FoundLoc = LocsForMacros.find(MQT); in getExpansionLocForMacroQualifiedType() local
311 assert(FoundLoc != LocsForMacros.end() && in getExpansionLocForMacroQualifiedType()
313 return FoundLoc->second; in getExpansionLocForMacroQualifiedType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3236 SourceLocation FoundLoc,