Searched refs:getValueOnEdge (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp391 /// getValueOnEdge - This is the query interface to determine the lattice
393 LVILatticeVal getValueOnEdge(Value *V, BasicBlock *FromBB,BasicBlock *ToBB);
921 getValueOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB) { function in class:LazyValueInfoCache
1049 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);
1067 LVILatticeVal Result = getCache(PImpl).getValueOnEdge(V, FromBB, ToBB);

Completed in 40 milliseconds