Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp728 unsigned BranchDepth = in shouldConvertIf() local
730 LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()
742 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()