Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2337 std::optional<Value *> ReplVal = getValueForCall(A, I, ICV); in updateImpl()
2364 std::optional<Value *> getValueForCall(Attributor &A, const Instruction &I, in getValueForCall() function
2454 std::optional<Value *> NewReplVal = getValueForCall(A, *CurrInst, ICV); in getReplacementValue()