Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h53 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
79 : Instr(Instr, Kind), EndIndex(NoEntry) {} in Entry()
87 bool isClosed() const { return EndIndex != NoEntry; } in isClosed()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp188 if (EndIndex != NoEntry) in trimLocationRanges()
198 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges()
214 if (EndIndex != NoEntry) in trimLocationRanges()
586 if (Entry.getEndIndex() == NoEntry) in dump()
H A DCodeViewDebug.cpp1398 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp155 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
462 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()