Home
last modified time | relevance | path

Searched refs:getEdgeValue (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp400 bool getEdgeValue(Value *V, BasicBlock *F, BasicBlock *T,
647 EdgesMissing |= !getEdgeValue(Val, *PI, BB, EdgeResult); in solveBlockValueNonLocal()
689 EdgesMissing |= !getEdgeValue(PhiVal, PhiBB, BB, EdgeResult); in solveBlockValuePHINode()
796 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue() function in LazyValueInfoCache
925 if (!getEdgeValue(V, FromBB, ToBB, Result)) { in getValueOnEdge()
927 bool WasFastQuery = getEdgeValue(V, FromBB, ToBB, Result); in getValueOnEdge()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp445 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()