Searched refs:getSingleUndroppableUse (Results 1 – 3 of 3) sorted by relevance
456 Use *getSingleUndroppableUse();457 const Use *getSingleUndroppableUse() const { in getSingleUndroppableUse() function 458 return const_cast<Value *>(this)->getSingleUndroppableUse(); in getSingleUndroppableUse()
165 Use *SingleUse = RK.WasOn->getSingleUndroppableUse(); in isKnowledgeWorthPreserving()
167 Use *Value::getSingleUndroppableUse() { in getSingleUndroppableUse() function in Value