Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp2962 stopOnUndefOrAssumed(A, PtrOp, &I); in updateImpl()
3007 stopOnUndefOrAssumed(A, BrInst->getCondition(), BrInst); in updateImpl()
3077 stopOnUndefOrAssumed(A, RI.getReturnValue(), &I); in updateImpl()
3220 std::optional<Value *> stopOnUndefOrAssumed(Attributor &A, Value *V, in stopOnUndefOrAssumed() function