Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp318 auto CheckLatchSuccessors = [&](unsigned S1, unsigned S2) { in UnrollLoop() local
324 if (BI && BI->isConditional() && !CheckLatchSuccessors(0, 1) && in UnrollLoop()
325 !CheckLatchSuccessors(1, 0)) { in UnrollLoop()