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