Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp138 struct CHIArg { struct
139 VNType VN;
142 BasicBlock *Dest;
145 Instruction *I;
147 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==()
148 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=()