Home
last modified time | relevance | path

Searched refs:deleteSimpleAnalysisLoop (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp120 void LPPassManager::deleteSimpleAnalysisLoop(Loop *L) { in deleteSimpleAnalysisLoop() function in LPPassManager
251 deleteSimpleAnalysisLoop(CurrentLoop); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopPass.h151 void deleteSimpleAnalysisLoop(Loop *L);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2988 LPM.deleteSimpleAnalysisLoop(L); in runOnLoop()