Home
last modified time | relevance | path

Searched refs:getEnteringBlock (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DUtils.cpp96 BasicBlock *EnteringBB = S.getEnteringBlock(); in executeScopConditionally()
H A DCodeGeneration.cpp208 BasicBlock *EnteringBB = S.getEnteringBlock(); in generateCode()
H A DBlockGenerators.cpp812 BasicBlock *PreEntryBB = S.getEnteringBlock(); in createScalarInitialization()
H A DPPCGCodeGeneration.cpp3479 BasicBlock *EnteringBB = R->getEnteringBlock(); in generateCode()
/llvm-project-15.0.7/polly/lib/Transform/
H A DMaximalStaticExpansion.cpp172 S.getEnteringBlock()->getFirstNonPHI()); in isExpandable()
273 S.getEnteringBlock()->getFirstNonPHI()); in isExpandable()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp42 BasicBlock *EnteringBB = R->getEnteringBlock(); in simplifyRegionEntry()
90 assert(R->getEnteringBlock() == EnteringBB); in simplifyRegionEntry()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h161 typename RegionBase<Tr>::BlockT *RegionBase<Tr>::getEnteringBlock() const { in getEnteringBlock() function
224 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock(); in isSimple()
H A DRegionInfo.h400 BlockT *getEnteringBlock() const;
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2114 BasicBlock *getEnteringBlock() const { return R.getEnteringBlock(); } in getEnteringBlock() function