Home
last modified time | relevance | path

Searched refs:LoopBlocksRPO (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopIterator.h173 class LoopBlocksRPO {
178 LoopBlocksRPO(Loop *Container) : DFS(Container) {} in LoopBlocksRPO() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp76 LoopBlocksRPO RPOT(&L); in simplifyLoopInst()
DSimpleLoopUnswitch.cpp2229 LoopBlocksRPO RPOT(&L); in unswitchBestCondition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp259 LoopBlocksRPO RPO(TheLoop); in buildPlainCFG()
DLoopVectorize.cpp1673 LoopBlocksRPO RPOT(&L); in collectSupportedLoops()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp518 LoopBlocksRPO RPOT(L); in convertToCTRLoop()