Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopInfo.h332 bool isSafeToClone() const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopBoundSplit.cpp198 if (!L.isSafeToClone()) in canSplitLoopBound()
HDSimpleLoopUnswitch.cpp3274 if (!L.isSafeToClone()) in isSafeForNoNTrivialUnswitching()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVectorCombine.cpp159 bool isSafeToClone(const Instruction &In) const;
948 HVC.isSafeToClone(*I); in createLoadGroups()
1085 assert(HVC.isSafeToClone(*I)); in cloneBefore()
2840 auto HexagonVectorCombine::isSafeToClone(const Instruction &In) const -> bool { in isSafeToClone() function in HexagonVectorCombine
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUnroll.cpp477 if (!L->isSafeToClone()) { in UnrollLoop()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp487 bool Loop::isSafeToClone() const { in isSafeToClone() function in Loop