Searched refs:CHIArg (Results 1 – 1 of 1) sorted by relevance
137 struct CHIArg { struct146 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==() argument147 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=() argument150 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 …]