Searched refs:solveBlockValueSelect (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 455 bool solveBlockValueSelect(LVILatticeVal &BBLV, SelectInst *S, 658 if (!solveBlockValueSelect(Res, SI, BB)) in solveBlockValue() 877 bool LazyValueInfoCache::solveBlockValueSelect(LVILatticeVal &BBLV, in solveBlockValueSelect() function in LazyValueInfoCache
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 411 Optional<ValueLatticeElement> solveBlockValueSelect(SelectInst *S, 597 return solveBlockValueSelect(SI, BB); in solveBlockValueImpl() 795 Optional<ValueLatticeElement> LazyValueInfoImpl::solveBlockValueSelect( in solveBlockValueSelect() function in LazyValueInfoImpl
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 425 bool solveBlockValueSelect(ValueLatticeElement &BBLV, SelectInst *S, 635 return solveBlockValueSelect(Res, SI, BB); in solveBlockValueImpl() 858 bool LazyValueInfoImpl::solveBlockValueSelect(ValueLatticeElement &BBLV, in solveBlockValueSelect() function in LazyValueInfoImpl
|