Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopVersioning.h59 void versionLoop() { versionLoop(findDefsUsedOutsideOfLoop(VersionedLoop)); } in versionLoop()
DLoopUtils.h376 SmallVector<Instruction *, 8> findDefsUsedOutsideOfLoop(Loop *L);
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp735 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop()
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp713 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop() function in llvm