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