Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Use

71       dbgs() << "Use still stuck around after Def is destroyed:"
111 // Start by scanning over the instructions looking for a use before we start
112 // the expensive use iteration.
121 if (MaxBlockSize != 0) // We scanned the entire block and found no use.
134 /// is a linear time operation. Use hasOneUse or hasNUses to check for specific
308 Use &U = *UseList;
474 /// AddToExistingUseList - Add this ValueHandle to the use list for VP, where
475 /// List is known to point into the existing use list.
499 /// AddToUseList - Add this ValueHandle to the use list for VP.
501 assert(VP.getPointer() && "Null pointer doesn't have a use list!");
543 /// RemoveFromUseList - Remove this ValueHandle from its current use list.
546 "Pointer doesn't have a use list!");
548 // Unlink this from its use list.
580 // We use a local ValueHandleBase as an iterator so that ValueHandles can add
639 // We use a local ValueHandleBase as an iterator so that