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