Searched refs:tryToReplaceWithConstant (Results 1 – 2 of 2) sorted by relevance
106 static bool tryToReplaceWithConstant(SCCPSolver &Solver, Value *V) { in tryToReplaceWithConstant() function165 if (tryToReplaceWithConstant(Solver, &Inst)) { in simplifyInstsInBlock()538 if (!Arg.use_empty() && tryToReplaceWithConstant(Solver, &Arg)) { in runIPSCCP()
351 bool tryToReplaceWithConstant(Value *V) { in tryToReplaceWithConstant() function in __anonfb6321fa0211::FunctionSpecializer818 if (!Arg.use_empty() && tryToReplaceWithConstant(&Arg)) in updateSpecializedFuncs()913 Changed |= FS.tryToReplaceWithConstant(&I); in runFunctionSpecialization()