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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp667 static unsigned adjCycles(unsigned Cyc, int Delta) { function
725 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles);
736 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(PI.PHI), PI.TCycles);
747 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(PI.PHI), PI.FCycles);

Completed in 1187 milliseconds