Home
last modified time | relevance | path

Searched defs:PHIUsageRecord (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp632 struct PHIUsageRecord { struct
633 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
634 unsigned Shift; // The amount shifted.
635 Instruction *Inst; // The trunc instruction.
637 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() argument
640 bool operator<(const PHIUsageRecord &RHS) const { in operator <()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp556 struct PHIUsageRecord { struct
557 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
558 unsigned Shift; // The amount shifted.
559 Instruction *Inst; // The trunc instruction.
561 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() argument
564 bool operator<(const PHIUsageRecord &RHS) const { in operator <()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp888 struct PHIUsageRecord { struct
889 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
890 unsigned Shift; // The amount shifted.
891 Instruction *Inst; // The trunc instruction.
893 PHIUsageRecord(unsigned pn, unsigned Sh, Instruction *User) in PHIUsageRecord() function
896 bool operator<(const PHIUsageRecord &RHS) const { in operator <()