Searched refs:solveBlockValueSelect (Results 1 – 2 of 2) 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/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
|