Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp677 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() function
735 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
746 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf()
757 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp676 static unsigned adjCycles(unsigned Cyc, int Delta) { in adjCycles() function
734 unsigned CondDepth = adjCycles(BranchDepth, PI.CondCycles); in shouldConvertIf()
745 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf()
756 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf()