Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2934 stopOnUndefOrAssumed(A, PtrOp, &I); in updateImpl()
2979 stopOnUndefOrAssumed(A, BrInst->getCondition(), BrInst); in updateImpl()
3051 stopOnUndefOrAssumed(A, RI.getReturnValue(), &I); in updateImpl()
3197 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed() function