Lines Matching refs:Changed
246 bool Changed = false; in optimizePTrueIntrinsicCalls() local
271 Changed |= coalescePTrueIntrinsicCalls(BB, SVAllPTrues); in optimizePTrueIntrinsicCalls()
272 Changed |= coalescePTrueIntrinsicCalls(BB, SVPow2PTrues); in optimizePTrueIntrinsicCalls()
276 return Changed; in optimizePTrueIntrinsicCalls()
399 bool Changed = false; in optimizeInstructions() local
412 Changed |= optimizePredicateStore(&I); in optimizeInstructions()
415 Changed |= optimizePredicateLoad(&I); in optimizeInstructions()
422 return Changed; in optimizeInstructions()
427 bool Changed = false; in optimizeFunctions() local
429 Changed |= optimizePTrueIntrinsicCalls(Functions); in optimizeFunctions()
430 Changed |= optimizeInstructions(Functions); in optimizeFunctions()
432 return Changed; in optimizeFunctions()
436 bool Changed = false; in runOnModule() local
459 Changed |= optimizeFunctions(Functions); in runOnModule()
461 return Changed; in runOnModule()