Searched refs:getUniqueUndroppableUser (Results 1 – 7 of 7) sorted by relevance
468 LLVM_ABI User *getUniqueUndroppableUser();469 const User *getUniqueUndroppableUser() const { in getUniqueUndroppableUser() function470 return const_cast<Value *>(this)->getUniqueUndroppableUser(); in getUniqueUndroppableUser()
188 User *Value::getUniqueUndroppableUser() { in getUniqueUndroppableUser() function in Value
2336 dyn_cast_or_null<FPMathOperator>(Sqrt.getUniqueUndroppableUser()); in visitSqrt()
3014 dyn_cast_or_null<Instruction>(Add->getUniqueUndroppableUser()); in isExtPartOfAvgExpr()3018 auto *Shr = dyn_cast_or_null<Instruction>(Add->getUniqueUndroppableUser()); in isExtPartOfAvgExpr()3022 auto *Trunc = dyn_cast_or_null<Instruction>(Shr->getUniqueUndroppableUser()); in isExtPartOfAvgExpr()
2442 if (auto *U = dyn_cast<Instruction>(Cand->getUniqueUndroppableUser())) in rematerializeLiveValuesAtUses()
4614 User *OutlinedFnUser = OutlinedFn.getUniqueUndroppableUser(); in workshareLoopTargetCallback()
17839 Ins->getUniqueUndroppableUser()); in vectorizeTree()