Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp914 unsigned BranchDepth = in shouldConvertIf() local
916 LLVM_DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n'); in shouldConvertIf()
936 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()