Home
last modified time | relevance | path

Searched refs:getEntryBasicBlock (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp28 return getEntryBasicBlock()->getParent(); in getFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h43 BasicBlock *getEntryBasicBlock () const { return BasicBlocks[0]; } in getEntryBasicBlock() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp147 VPBasicBlock *CurrBB = cast<VPBasicBlock>(CurrBlock->getEntryBasicBlock()); in createOrPropagatePredicates()
H A DVPlan.cpp140 const VPBasicBlock *VPBlockBase::getEntryBasicBlock() const { in getEntryBasicBlock() function in VPBlockBase
147 VPBasicBlock *VPBlockBase::getEntryBasicBlock() { in getEntryBasicBlock() function in VPBlockBase
830 VPBasicBlock *SuccVPBB = SuccVPBlock->getEntryBasicBlock(); in execute()
972 const VPBlockBase *Head = To->getEntryBasicBlock(); in drawEdge()
H A DVPlanTransforms.cpp32 VPBasicBlock *VPBB = Base->getEntryBasicBlock(); in VPInstructionsToVPRecipes()
H A DVPlan.h486 const VPBasicBlock *getEntryBasicBlock() const;
487 VPBasicBlock *getEntryBasicBlock();
H A DLoopVectorize.cpp4165 VPBasicBlock *Header = State.Plan->getEntry()->getEntryBasicBlock(); in fixCrossIterationPHIs()
9369 for (VPRecipeBase &R : Plan->getEntry()->getEntryBasicBlock()->phis()) { in buildVPlanWithVPRecipes()