Lines Matching refs:Changed
245 bool Changed = false; in optimizePTrueIntrinsicCalls() local
270 Changed |= coalescePTrueIntrinsicCalls(BB, SVAllPTrues); in optimizePTrueIntrinsicCalls()
271 Changed |= coalescePTrueIntrinsicCalls(BB, SVPow2PTrues); in optimizePTrueIntrinsicCalls()
275 return Changed; in optimizePTrueIntrinsicCalls()
404 bool Changed = false; in optimizeInstructions() local
417 Changed |= optimizePredicateStore(&I); in optimizeInstructions()
420 Changed |= optimizePredicateLoad(&I); in optimizeInstructions()
427 return Changed; in optimizeInstructions()
432 bool Changed = false; in optimizeFunctions() local
434 Changed |= optimizePTrueIntrinsicCalls(Functions); in optimizeFunctions()
435 Changed |= optimizeInstructions(Functions); in optimizeFunctions()
437 return Changed; in optimizeFunctions()
441 bool Changed = false; in runOnModule() local
464 Changed |= optimizeFunctions(Functions); in runOnModule()
466 return Changed; in runOnModule()