Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp150 static bool simplifyFunctionCFG(Function &F, const TargetTransformInfo &TTI, in simplifyFunctionCFG() function
186 if (!simplifyFunctionCFG(F, TTI, &AC, BonusInstThreshold)) in run()
208 return simplifyFunctionCFG(F, TTI, AC, BonusInstThreshold); in runOnFunction()