Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1281 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
2412 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
2525 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
2580 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
2662 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
2685 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()
H A DVPlan.cpp356 BasicBlock *VPTransformState::CFGState::getPreheaderBBFor(VPRecipeBase *R) { in getPreheaderBBFor() function in VPTransformState::CFGState
H A DVPlan.h402 BasicBlock *getPreheaderBBFor(VPRecipeBase *R);
H A DLoopVectorize.cpp9072 BasicBlock *VectorPH = State.CFG.getPreheaderBBFor(this); in execute()