Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp143 struct CHIArg { struct
144 VNType VN;
147 BasicBlock *Dest;
150 Instruction *I;
152 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==()
153 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=()