Searched refs:CHIArg (Results 1 – 1 of 1) sorted by relevance
138 struct CHIArg { struct147 bool operator==(const CHIArg &A) const { return VN == A.VN; } in operator ==() argument148 bool operator!=(const CHIArg &A) const { return !(*this == A); } in operator !=() argument151 using CHIIt = SmallVectorImpl<CHIArg>::iterator;153 using OutValuesType = DenseMap<BasicBlock *, SmallVector<CHIArg, 2>>;347 SmallVectorImpl<CHIArg> &Safe);444 CHIArg EmptyChi = {VN, nullptr, nullptr}; in computeInsertionPoints()761 SmallVectorImpl<CHIArg> &Safe) { in checkSafety()812 CHIArg &C = *It; in fillChiArgs()827 It = std::find_if(It, VCHI.end(), [It](CHIArg &A) { return A != *It; }); in fillChiArgs()[all …]