Searched refs:getSingleUndroppableUse (Results 1 – 5 of 5) sorted by relevance
47 const Use *CallbackUse = Callback->getSingleUndroppableUse(); in TEST()
462 Use *getSingleUndroppableUse();
164 Use *SingleUse = RK.WasOn->getSingleUndroppableUse(); in isKnowledgeWorthPreserving()
164 Use *Value::getSingleUndroppableUse() { in getSingleUndroppableUse() function in Value
3484 assert(I->getSingleUndroppableUse() && "Invariants didn't hold!"); in TryToSinkInstruction()3632 if (Use *SingleUse = I->getSingleUndroppableUse()) { in run()