Home
last modified time | relevance | path

Searched refs:NotDuplicatable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollAndJamPass.cpp333 bool NotDuplicatable; in tryToUnrollAndJamLoop() local
338 ApproximateLoopSize(SubLoop, NumInlineCandidates, NotDuplicatable, in tryToUnrollAndJamLoop()
341 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent, in tryToUnrollAndJamLoop()
345 if (NotDuplicatable) { in tryToUnrollAndJamLoop()
DLoopUnrollPass.cpp642 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, in ApproximateLoopSize() argument
649 NotDuplicatable = Metrics.notDuplicatable; in ApproximateLoopSize()
1043 bool NotDuplicatable; in tryToUnrollLoop() local
1061 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent, in tryToUnrollLoop()
1064 if (NotDuplicatable) { in tryToUnrollLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h140 bool &NotDuplicatable, bool &Convergent,