Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopPass.h123 void insertLoop(Loop *L, Loop *ParentLoop);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopPass.cpp110 void LPPassManager::insertLoop(Loop *L, Loop *ParentLoop) { in insertLoop() function in LPPassManager
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp468 LPM->insertLoop(New, PL); in CloneLoop()