Searched refs:replaceAllUsesExcept (Results 1 – 8 of 8) sorted by relevance
69 iv.replaceAllUsesExcept(apply, SmallPtrSet<Operation *, 1>{apply}); in normalizeAffineParallel()178 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), in normalizeAffineFor()
215 op.getResult().replaceAllUsesExcept(ops->insert.getResult(), in runOnFunction()276 op.getResult().replaceAllUsesExcept(ops->insert.getResult(), extractOp); in runOnFunction()
122 inner_index.replaceAllUsesExcept( in tileParallelLoop()
131 void Value::replaceAllUsesExcept( in replaceAllUsesExcept() function in Value
161 replaceAllUsesExcept(Value newValue,
147 oldIndex.replaceAllUsesExcept(newIndex, in cloneWithLoopRanges()
182 old_val.replaceAllUsesExcept(new_val, exceptions); in ReplaceAllUsesExceptTerminator()
1949 inductionVar.replaceAllUsesExcept(shifted, preserve); in normalizeLoop()