Home | History | Annotate | Download | only in src

Lines Matching refs:InstPhi

345     auto *Phi = InstPhi::create(Func, Count * 200, Dest);
1153 HasReturn ? InstPhi::create(Func, IndirectTable.size(), Dest) : nullptr;
1292 CfgUnorderedMap<Operand *, InstPhi *> PhiMap;
1297 InstPhi *getDefiningInst(Operand *Op) const {
1305 void setDefiningInst(Operand *Op, InstPhi *Phi) {