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