Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp191 if (EndIndex != NoEntry) in trimLocationRanges()
201 const MachineInstr *EndMI = EndIndex != NoEntry in trimLocationRanges()
217 if (EndIndex != NoEntry) in trimLocationRanges()
593 if (Entry.getEndIndex() == NoEntry) in dump()
H A DCodeViewDebug.cpp1422 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp160 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
616 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()