Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp192 bool Loop::isSafeToClone() const { in isSafeToClone() function in Loop
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp221 if (!L->isSafeToClone()) { in UnrollLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp199 bool Loop::isSafeToClone() const { in isSafeToClone() function in Loop
/external/llvm/include/llvm/Analysis/
DLoopInfo.h408 bool isSafeToClone() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h530 bool isSafeToClone() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp353 if (!L->isSafeToClone()) { in UnrollLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp497 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp617 if (!currentLoop->isSafeToClone()) in processCurrentLoop()