Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp847 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() function
938 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
951 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf()
964 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf()