Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Use

364   // The PHIs are now updated, change everything that refers to BB to use
426 Use &TheUse = UI.getUse();
436 // Preincrement use iterator so we don't invalidate it.
442 // If we have already inserted a cast into this block, use it.
453 // Replace a use of the cast with a use of the new cast.
482 Use &TheUse = UI.getUse();
485 // Preincrement use iterator so we don't invalidate it.
498 // If we have already inserted a cmp into this block, use it.
510 // Replace a use of the cmp with a use of the new cmp.
566 // invalidate our iterator. Use a WeakVH to hold onto it in case this
760 // Use a worklist to iteratively look through PHI nodes, and ensure that
772 // Break use-def graph loops.
849 // Now that we determined the addressing expression we want to use and know
933 // Use a WeakVH to hold onto it in case this happens.
954 /// OptimizeInlineAsmInst - If there are any memory operands, use
966 // Compute the constraint code and ConstraintType to use.
1070 Use &TheUse = UI.getUse();
1077 // Both src and def are live in this block. Rewrite the use.
1085 // Replace a use of the {s|z}ext source with a use of the result.