Searched refs:NoEntry (Results 1 – 4 of 4) sorted by relevance
53 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()
191 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()
1422 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
160 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable616 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()