Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h129 void updateExitBlocksForClonedLoop(ArrayRef<BasicBlock *> ExitBlocks,
132 void updateExitBlocksForClonedLoop(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp760 void MemorySSAUpdater::updateExitBlocksForClonedLoop( in updateExitBlocksForClonedLoop() function in MemorySSAUpdater
768 void MemorySSAUpdater::updateExitBlocksForClonedLoop( in updateExitBlocksForClonedLoop() function in MemorySSAUpdater
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2105 MSSAU->updateExitBlocksForClonedLoop(ExitBlocks, VMaps, DT); in unswitchNontrivialInvariants()
2170 MSSAU->updateExitBlocksForClonedLoop(ExitBlocks, VMaps, DT); in unswitchNontrivialInvariants()
DLoopUnswitch.cpp1372 MSSAU->updateExitBlocksForClonedLoop(ExitBlocks, VMap, *DT); in UnswitchNontrivialCondition()