Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h64 void versionLoop() { versionLoop(findDefsUsedOutsideOfLoop(VersionedLoop)); } in versionLoop()
H A DLoopUtils.h222 SmallVector<Instruction *, 8> findDefsUsedOutsideOfLoop(Loop *L);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp737 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L); in processLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp123 SmallVector<Instruction *, 8> llvm::findDefsUsedOutsideOfLoop(Loop *L) { in findDefsUsedOutsideOfLoop() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2164 LiveOuts = llvm::findDefsUsedOutsideOfLoop(L); in canTailPredicateLoop()