Searched refs:InstOp (Results 1 – 3 of 3) sorted by relevance
29 enum InstOp { enum82 InstOp opcode() { return static_cast<InstOp>(out_opcode_&7); } in opcode()117 void set_opcode(InstOp opcode) { in set_opcode()129 void set_out_opcode(int out, InstOp opcode) { in set_out_opcode()208 int inst_count(InstOp op) { return inst_count_[op]; } in inst_count()
6120 if (auto *InstOp = dyn_cast<Instruction>(Op)) in setCostBasedWideningDecision() local6121 if ((InstOp->getParent() == I->getParent()) && !isa<PHINode>(InstOp) && in setCostBasedWideningDecision()6122 AddrDefs.insert(InstOp).second) in setCostBasedWideningDecision()6123 Worklist.push_back(InstOp); in setCostBasedWideningDecision()
210 if (auto *InstOp = dyn_cast<Instruction>(Op)) { in FindSCC() local212 FindSCC(InstOp); in FindSCC()