Home
last modified time | relevance | path

Searched refs:getUniqueUndroppableUser (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h463 User *getUniqueUndroppableUser();
464 const User *getUniqueUndroppableUser() const { in getUniqueUndroppableUser() function
465 return const_cast<Value *>(this)->getUniqueUndroppableUser(); in getUniqueUndroppableUser()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp178 User *Value::getUniqueUndroppableUser() { in getUniqueUndroppableUser() function in Value
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2467 if (auto *U = dyn_cast<Instruction>(Cand->getUniqueUndroppableUser())) in rematerializeLiveValuesAtUses()