Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp138 struct CHIArg { struct
147 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==() argument
148 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=() argument
139 VNllvm::CHIArg global() argument
142 Destllvm::CHIArg global() argument
145 Illvm::CHIArg global() argument
[all...]