Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp192 bool Loop::isSafeToClone() const { in isSafeToClone() function in Loop
/external/llvm/include/llvm/Analysis/
DLoopInfo.h408 bool isSafeToClone() const;
/external/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp221 if (!L->isSafeToClone()) { in UnrollLoop()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp304 if (!L->isSafeToClone()) { in UnrollLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h785 bool isSafeToClone() const;
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopInfo.h806 bool isSafeToClone() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp296 if (!L->isSafeToClone()) { in UnrollLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp472 bool Loop::isSafeToClone() const { in isSafeToClone() function in Loop
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp478 bool Loop::isSafeToClone() const { in isSafeToClone() function in Loop
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp497 if (!currentLoop->isSafeToClone()) in processCurrentLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp643 if (!CurrentLoop->isSafeToClone()) in processCurrentLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp640 if (!currentLoop->isSafeToClone()) in processCurrentLoop()