Searched refs:getEdgeValue (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 445 bool getEdgeValue(Value *V, BasicBlock *F, BasicBlock *T, 777 EdgesMissing |= !getEdgeValue(Val, *PI, BB, EdgeResult); in solveBlockValueNonLocal() 823 EdgesMissing |= !getEdgeValue(PhiVal, PhiBB, BB, EdgeResult, PN); in solveBlockValuePHINode() 1270 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue() function in LazyValueInfoCache 1356 if (!getEdgeValue(V, FromBB, ToBB, Result, CxtI)) { in getValueOnEdge() 1358 bool WasFastQuery = getEdgeValue(V, FromBB, ToBB, Result, CxtI); in getValueOnEdge()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 399 Optional<ValueLatticeElement> getEdgeValue(Value *V, BasicBlock *F, 691 Optional<ValueLatticeElement> EdgeResult = getEdgeValue(Val, *PI, BB); in solveBlockValueNonLocal() 726 getEdgeValue(PhiVal, PhiBB, BB, PN); in solveBlockValuePHINode() 1419 Optional<ValueLatticeElement> LazyValueInfoImpl::getEdgeValue( in getEdgeValue() function in LazyValueInfoImpl 1494 Optional<ValueLatticeElement> Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge() 1497 Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 411 bool getEdgeValue(Value *V, BasicBlock *F, BasicBlock *T, 754 if (!getEdgeValue(Val, *PI, BB, EdgeResult)) in solveBlockValueNonLocal() 798 if (!getEdgeValue(PhiVal, PhiBB, BB, EdgeResult, PN)) in solveBlockValuePHINode() 1507 bool LazyValueInfoImpl::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue() function in LazyValueInfoImpl 1596 if (!getEdgeValue(V, FromBB, ToBB, Result, CxtI)) { in getValueOnEdge() 1598 bool WasFastQuery = getEdgeValue(V, FromBB, ToBB, Result, CxtI); in getValueOnEdge()
|