Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1037 struct PHIUsageRecord { struct
1038 unsigned PHIId; // The ID # of the PHI (something determinstic to sort on)
1039 unsigned Shift; // The amount shifted.
1040 Instruction *Inst; // The trunc instruction.
1042 PHIUsageRecord(unsigned Pn, unsigned Sh, Instruction *User) in PHIUsageRecord() function
1045 bool operator<(const PHIUsageRecord &RHS) const { in operator <()