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()
188 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()
1398 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
155 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable462 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()