Searched refs:solveBlockValueNonLocal (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 453 bool solveBlockValueNonLocal(LVILatticeVal &BBLV, Value *Val, BasicBlock *BB); 644 if (!solveBlockValueNonLocal(Res, Val, BB)) in solveBlockValue() 751 bool LazyValueInfoCache::solveBlockValueNonLocal(LVILatticeVal &BBLV, in solveBlockValueNonLocal() function in LazyValueInfoCache
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 407 Optional<ValueLatticeElement> solveBlockValueNonLocal(Value *Val, 591 return solveBlockValueNonLocal(Val, BB); in solveBlockValueImpl() 670 Optional<ValueLatticeElement> LazyValueInfoImpl::solveBlockValueNonLocal( in solveBlockValueNonLocal() function in LazyValueInfoImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 421 bool solveBlockValueNonLocal(ValueLatticeElement &BBLV, Value *Val, 629 return solveBlockValueNonLocal(Res, Val, BB); in solveBlockValueImpl() 720 bool LazyValueInfoImpl::solveBlockValueNonLocal(ValueLatticeElement &BBLV, in solveBlockValueNonLocal() function in LazyValueInfoImpl
|