Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DUtils.cpp96 BasicBlock *EnteringBB = S.getEnteringBlock(); in executeScopConditionally()
DCodeGeneration.cpp208 BasicBlock *EnteringBB = S.getEnteringBlock(); in CodeGen()
DBlockGenerators.cpp814 BasicBlock *PreEntryBB = S.getEnteringBlock(); in createScalarInitialization()
DPPCGCodeGeneration.cpp3453 BasicBlock *EnteringBB = R->getEnteringBlock(); in generateCode()
/external/llvm-project/polly/lib/Transform/
DMaximalStaticExpansion.cpp206 S.getEnteringBlock()->getFirstNonPHI()); in isExpandable()
307 S.getEnteringBlock()->getFirstNonPHI()); in isExpandable()
/external/llvm-project/polly/lib/Support/
DScopHelper.cpp46 BasicBlock *EnteringBB = R->getEnteringBlock(); in simplifyRegionEntry()
94 assert(R->getEnteringBlock() == EnteringBB); in simplifyRegionEntry()
/external/llvm-project/llvm/include/llvm/Analysis/
DRegionInfoImpl.h163 typename RegionBase<Tr>::BlockT *RegionBase<Tr>::getEnteringBlock() const { in getEnteringBlock() function
226 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock(); in isSimple()
DRegionInfo.h400 BlockT *getEnteringBlock() const;
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h161 typename RegionBase<Tr>::BlockT *RegionBase<Tr>::getEnteringBlock() const { in getEnteringBlock() function
207 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock(); in isSimple()
DRegionInfo.h393 BlockT *getEnteringBlock() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h163 typename RegionBase<Tr>::BlockT *RegionBase<Tr>::getEnteringBlock() const { in getEnteringBlock() function
226 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock(); in isSimple()
DRegionInfo.h401 BlockT *getEnteringBlock() const;
/external/llvm-project/polly/include/polly/
DScopInfo.h2148 BasicBlock *getEnteringBlock() const { return R.getEnteringBlock(); } in getEnteringBlock() function