Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1424 static bool canLoopBeDeleted(Loop *L, SmallVector<RewritePhi, 8> &RewritePhiSet) { in canLoopBeDeleted() function
1639 bool LoopCanBeDel = canLoopBeDeleted(L, RewritePhiSet); in rewriteLoopExitValues()