Searched defs:VPBB (Results 1 – 4 of 4) sorted by relevance
83 void PlainCFGBuilder::setVPBBPredsFromBB(VPBasicBlock *VPBB, BasicBlock *BB) { in setVPBBPredsFromBB()117 VPBasicBlock *VPBB = new VPBasicBlock(BB->getName()); in getOrCreateVPBB() local192 void PlainCFGBuilder::createVPInstructionsForVPBB(VPBasicBlock *VPBB, in createVPInstructionsForVPBB()268 VPBasicBlock *VPBB = getOrCreateVPBB(BB); in buildPlainCFG() local
31 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes() local43 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes() local
433 for (auto VPBB : State->CFG.VPBBsToFix) { in execute() local772 if (VPBasicBlock *VPBB = dyn_cast<VPBasicBlock>(Block)) { in visitBlock() local
6864 bool VPRecipeBuilder::tryToWiden(Instruction *I, VPBasicBlock *VPBB, in tryToWiden()6977 Instruction *I, VFRange &Range, VPBasicBlock *VPBB, in handleReplication()7045 VPlanPtr &Plan, VPBasicBlock *VPBB) { in tryToCreateRecipe()7184 VPBasicBlock *VPBB = new VPBasicBlock("Pre-Entry"); in buildVPlanWithVPRecipes() local