Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp341 unsigned CurrentLoopDepth = 0; in orderNodes() local
350 if (LoopDepth < CurrentLoopDepth) { in orderNodes()
368 CurrentLoopDepth = LoopDepth; in orderNodes()