Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp988 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
1574 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
1687 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
1742 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
1824 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
H A DVPlan.cpp329 BasicBlock *VPTransformState::CFGState::getPreheaderBBFor(VPRecipeBase *R) { in getPreheaderBBFor() function in VPTransformState::CFGState
H A DVPlan.h379 BasicBlock *getPreheaderBBFor(VPRecipeBase *R);
H A DLoopVectorize.cpp9277 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()