Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h439 void taintAndPushAllDefs(const BlockT &JoinBlock);
443 void taintAndPushPhiNodes(const BlockT &JoinBlock);
962 const BlockT &JoinBlock) { in taintAndPushPhiNodes() argument
963 LLVM_DEBUG(dbgs() << "taintAndPushPhiNodes in " << Context.print(&JoinBlock) in taintAndPushPhiNodes()
965 for (const auto &Phi : JoinBlock.phis()) { in taintAndPushPhiNodes()
994 const BlockT *JoinBlock) { in getExtDivCycle() argument
996 assert(Cycle->contains(JoinBlock)); in getExtDivCycle()
1002 assert(Cycle->getHeader() == JoinBlock); in getExtDivCycle()
1028 const BlockT *JoinBlock, const DominatorTreeT &DT, in getIntDivCycle() argument
1030 LLVM_DEBUG(dbgs() << "examine join " << Context.print(JoinBlock) in getIntDivCycle()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp267 void DivergenceAnalysisImpl::taintAndPushPhiNodes(const BasicBlock &JoinBlock) { in taintAndPushPhiNodes() argument
268 LLVM_DEBUG(dbgs() << "taintAndPushPhiNodes in " << JoinBlock.getName() in taintAndPushPhiNodes()
272 if (!inRegion(JoinBlock)) { in taintAndPushPhiNodes()
277 for (const auto &Phi : JoinBlock.phis()) { in taintAndPushPhiNodes()
302 for (const auto *JoinBlock : DivDesc.JoinDivBlocks) { in analyzeControlDivergence() local
303 taintAndPushPhiNodes(*JoinBlock); in analyzeControlDivergence()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1434 bool isLosingCall(const State &StateAfterJoin, const CFGBlock *JoinBlock, in isLosingCall() argument
1438 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingCall()
1443 bool isLosingEscape(const State &StateAfterJoin, const CFGBlock *JoinBlock, in isLosingEscape() argument
1446 return isLosingJoin(StateAfterJoin, JoinBlock, ParameterIndex, in isLosingEscape()
1450 bool isLosingJoin(const State &StateAfterJoin, const CFGBlock *JoinBlock, in isLosingJoin() argument
1462 anySuccessorHasStatus(JoinBlock, ParameterIndex, BeforeJoin); in isLosingJoin()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDivergenceAnalysis.h90 void taintAndPushPhiNodes(const BasicBlock &JoinBlock);