Searched refs:OpsType (Results 1 – 1 of 1) sorted by relevance
153 using OpsType = std::pair<BasicBlock *, Value *>; in ModelledPHI() typedef154 SmallVector<OpsType, 4> Ops; in ModelledPHI()158 auto ComesBefore = [BlockOrder](OpsType O1, OpsType O2) { in ModelledPHI()