Searched refs:optimizePhiTypes (Results 1 – 1 of 1) sorted by relevance
456 bool optimizePhiTypes(Function &F);622 MadeChange |= optimizePhiTypes(F); in runOnFunction()6252 bool CodeGenPrepare::optimizePhiTypes(Function &F) { in optimizePhiTypes() function in CodeGenPrepare