Searched refs:getSingleUndroppableUse (Results 1 – 3 of 3) sorted by relevance
461 LLVM_ABI Use *getSingleUndroppableUse();462 const Use *getSingleUndroppableUse() const { in getSingleUndroppableUse() function463 return const_cast<Value *>(this)->getSingleUndroppableUse(); in getSingleUndroppableUse()
166 Use *SingleUse = RK.WasOn->getSingleUndroppableUse(); in isKnowledgeWorthPreserving()
176 Use *Value::getSingleUndroppableUse() { in getSingleUndroppableUse() function in Value