Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp299 class ValueIDNum { class
308 ValueIDNum() : BlockNo(0xFFFFF), in ValueIDNum() function in __anon84c0493f0111::ValueIDNum
312 ValueIDNum(uint64_t Block, uint64_t Inst, uint64_t Loc) in ValueIDNum() function in __anon84c0493f0111::ValueIDNum
315 ValueIDNum(uint64_t Block, uint64_t Inst, LocIdx Loc) in ValueIDNum() function in __anon84c0493f0111::ValueIDNum
329 static ValueIDNum fromU64(uint64_t v) { in fromU64()
334 bool operator<(const ValueIDNum &Other) const { in operator <()
338 bool operator==(const ValueIDNum &Other) const { in operator ==()
343 bool operator!=(const ValueIDNum &Other) const { return !(*this == Other); } in operator !=()
355 static ValueIDNum EmptyValue;
417 using LocToValueType = IndexedMap<ValueIDNum, LocIdxToIndexFunctor>;
[all …]