Home
last modified time | relevance | path

Searched refs:createVPIRBasicBlock (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp922 setEntry(createVPIRBasicBlock(L->getLoopPreheader())); in VPlan()
923 ScalarHeader = createVPIRBasicBlock(L->getHeader()); in VPlan()
928 ExitBlocks.push_back(createVPIRBasicBlock(EB)); in VPlan()
1238 NewScalarHeader = createVPIRBasicBlock(ScalarHeaderIRBB); in duplicate()
1303 VPIRBasicBlock *VPlan::createVPIRBasicBlock(BasicBlock *IRBB) { in createVPIRBasicBlock() function in VPlan
H A DVPlanConstruction.cpp602 VPBasicBlock *CheckBlockVPBB = Plan.createVPIRBasicBlock(CheckBlock); in attachCheckBlock()
H A DVPlan.h3935 ScalarHeader = createVPIRBasicBlock(ScalarHeaderBB);
4209 LLVM_ABI_FOR_TEST VPIRBasicBlock *createVPIRBasicBlock(BasicBlock *IRBB);
H A DLoopVectorize.cpp2305 VPIRBasicBlock *CheckVPIRBB = Plan.createVPIRBasicBlock(CheckIRBB); in introduceCheckBlockInVPlan()
2414 VPIRBasicBlock *IRVPBB = VPBB->getPlan()->createVPIRBasicBlock(IRBB); in replaceVPBBWithIRVPBB()
7606 VPIRBasicBlock *NewEntry = Plan.createVPIRBasicBlock(Insert); in emitMinimumVectorEpilogueIterCountCheck()