Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp408 std::optional<ValueLatticeElement> solveBlockValueImpl(Value *Val,
621 std::optional<ValueLatticeElement> Res = solveBlockValueImpl(Val, BB); in solveBlockValue()
631 LazyValueInfoImpl::solveBlockValueImpl(Value *Val, BasicBlock *BB) { in solveBlockValueImpl() function in LazyValueInfoImpl