Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp194 bool isBackEdge(const BasicBlock *From, const BasicBlock *To) const { in isBackEdge() function in __anon3b2819e70211::ConvergenceRegionAnalyzer
224 if (isBackEdge(From, To)) in findPathsToMatch()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h238 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h358 bool isBackEdge(const BasicBlock *From, const BasicBlock *To) { in isBackEdge() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1058 bool ConsumedBlockInfo::isBackEdge(const CFGBlock *From, const CFGBlock *To) { in isBackEdge() function in ConsumedBlockInfo
1386 if (BlockInfo.isBackEdge(CurrBlock, *SI)) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1936 if (isBackEdge(InBB, PN->getParent())) in foldOpIntoPhi()