Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h54 static const EntryIndex NoEntry = std::numeric_limits<EntryIndex>::max();
80 : Instr(Instr, Kind), EndIndex(NoEntry) {} in Entry()
88 bool isClosed() const { return EndIndex != NoEntry; } in isClosed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp189 if (EndIndex != NoEntry) in trimLocationRanges()
199 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges()
215 if (EndIndex != NoEntry) in trimLocationRanges()
587 if (Entry.getEndIndex() == NoEntry) in dump()
H A DCodeViewDebug.cpp1313 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp154 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
461 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()