Home
last modified time | relevance | path

Searched refs:findDefsUsedOutsideOfLoop (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h59 void versionLoop() { versionLoop(findDefsUsedOutsideOfLoop(VersionedLoop)); } in versionLoop()
DLoopUtils.h400 SmallVector<Instruction *, 8> findDefsUsedOutsideOfLoop(Loop *L);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h59 void versionLoop() { versionLoop(findDefsUsedOutsideOfLoop(VersionedLoop)); } in versionLoop()
DLoopUtils.h474 SmallVector<Instruction *, 8> findDefsUsedOutsideOfLoop(Loop *L);
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp667 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp707 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp819 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1208 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop() function in llvm