Searched refs:firstUse (Results 1 – 1 of 1) sorted by relevance
63 use_iterator use_begin() const { return use_iterator(firstUse); } in use_begin()71 return firstUse && firstUse->getNextOperandUsingThisValue() == nullptr; in hasOneUse()75 bool use_empty() const { return firstUse == nullptr; } in use_empty()95 OperandType *getFirstUse() const { return firstUse; } in getFirstUse()99 OperandType *firstUse = nullptr; variable200 back = &useList->firstUse; in insertIntoCurrent()201 nextUse = useList->firstUse; in insertIntoCurrent()204 useList->firstUse = static_cast<DerivedT *>(this); in insertIntoCurrent()