Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DCFG.h130 bool containsIrreducibleCFG(RPOTraversalT &RPOTraversal, const LoopInfoT &LI) { in containsIrreducibleCFG() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShrinkWrap.cpp464 if (containsIrreducibleCFG<MachineBasicBlock *>(RPOT, *MLI)) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp520 if (containsIrreducibleCFG<const BasicBlock *>(RPOT, *LI)) in convertToCTRLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2231 if (containsIrreducibleCFG<const BasicBlock *>(RPOT, LI)) in unswitchBestCondition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1675 if (!containsIrreducibleCFG<const BasicBlock *>(RPOT, *LI)) { in collectSupportedLoops()