Lines Matching defs:IRBB
3686 BasicBlock *IRBB;
3689 VPIRBasicBlock(BasicBlock *IRBB)
3691 (Twine("ir-bb<") + IRBB->getName() + Twine(">")).str()),
3692 IRBB(IRBB) {}
3707 BasicBlock *getIRBasicBlock() const { return IRBB; }
4129 /// Create a VPIRBasicBlock wrapping \p IRBB, but do not create
4130 /// VPIRInstructions wrapping the instructions in t\p IRBB. The returned
4132 VPIRBasicBlock *createEmptyVPIRBasicBlock(BasicBlock *IRBB);
4134 /// Create a VPIRBasicBlock from \p IRBB containing VPIRInstructions for all
4135 /// instructions in \p IRBB, except its terminator which is managed by the
4138 VPIRBasicBlock *createVPIRBasicBlock(BasicBlock *IRBB);