Home
last modified time | relevance | path

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

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