Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp137 struct CHIArg { struct
146 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==() argument
147 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=() argument
150 using CHIIt = SmallVectorImpl<CHIArg>::iterator;
152 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>;
346 SmallVectorImpl<CHIArg> &Safe);
443 CHIArg EmptyChi = {VN, nullptr, nullptr}; in computeInsertionPoints()
759 SmallVectorImpl<CHIArg> &Safe) { in checkSafety()
810 CHIArg &C = *It; in fillChiArgs()
825 It = std::find_if(It, VCHI.end(), [It](CHIArg &A) { return A != *It; }); in fillChiArgs()
[all …]