Home
last modified time | relevance | path

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

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