Searched refs:getSingleUndroppableUse (Results 1 – 4 of 4) sorted by relevance
460 Use *getSingleUndroppableUse();461 const Use *getSingleUndroppableUse() const { in getSingleUndroppableUse() function462 return const_cast<Value *>(this)->getSingleUndroppableUse(); in getSingleUndroppableUse()
164 Use *SingleUse = RK.WasOn->getSingleUndroppableUse(); in isKnowledgeWorthPreserving()
167 Use *Value::getSingleUndroppableUse() { in getSingleUndroppableUse() function in Value
3671 assert(I->getSingleUndroppableUse() && "Invariants didn't hold!"); in TryToSinkInstruction()3826 if (Use *SingleUse = I->getSingleUndroppableUse()) { in run()