Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp188 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()
H A DCodeViewDebug.cpp1387 if (Entry.getEndIndex() != DbgValueHistoryMap::NoEntry) { in calculateRanges()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp155 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable
462 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp282 return NoEntry; in get()
305 MapEntry NoEntry; member in __anon09dfe8530211::SimpleHashTable