Home
last modified time | relevance | path

Searched refs:BBLoop (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DLoopInfo.cpp426 Loop *getNearestLoop(BasicBlock *BB, Loop *BBLoop);
520 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop() argument
524 Loop *NearLoop = BBLoop; in getNearestLoop()
580 return BBLoop; in getNearestLoop()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp621 Loop *BBLoop = getRegionNodeLoop(RN, LI); in propagateDomainConstraints() local
622 if (BBLoop && BBLoop->getHeader() == BB && scop->contains(BBLoop)) in propagateDomainConstraints()
623 if (!addLoopBoundsToHeaderDomain(BBLoop, InvalidDomainMap)) in propagateDomainConstraints()
631 BasicBlock *BB, Loop *BBLoop, in propagateDomainConstraintsToRegionExit() argument
644 auto *L = BBLoop; in propagateDomainConstraintsToRegionExit()
647 BBLoop->getLoopLatches(LatchBBs); in propagateDomainConstraintsToRegionExit()
661 isl::set AdjustedDomain = adjustDomainDimensions(Domain, BBLoop, ExitBBLoop); in propagateDomainConstraintsToRegionExit()
683 Loop *BBLoop = getFirstNonBoxedLoopFor(BB, LI, scop->getBoxedLoops()); in getPredecessorDomainConstraints() local
721 PredBBDom = adjustDomainDimensions(PredBBDom, PredBBLoop, BBLoop); in getPredecessorDomainConstraints()
912 auto *BBLoop = getRegionNodeLoop(RN, LI); in buildDomainsWithBranchConstraints() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp689 Loop *getNearestLoop(BasicBlock *BB, Loop *BBLoop);
783 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop() argument
787 Loop *NearLoop = BBLoop; in getNearestLoop()
842 return BBLoop; in getNearestLoop()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp711 Loop *getNearestLoop(BasicBlock *BB, Loop *BBLoop);
805 Loop *UnloopUpdater::getNearestLoop(BasicBlock *BB, Loop *BBLoop) { in getNearestLoop() argument
809 Loop *NearLoop = BBLoop; in getNearestLoop()
864 return BBLoop; in getNearestLoop()
/external/llvm-project/polly/include/polly/
DScopBuilder.h248 BasicBlock *BB, Loop *BBLoop,