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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLazyValueInfo.cpp773 /// \brief Compute the value of Val on the edge BBFrom -> BBTo. Returns false if
775 static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, argument
779 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) {
786 "BBTo isn't a successor of BBFrom");
839 if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) {
864 /// \brief Compute the value of Val on the edge BBFrom -> BBTo, or the value at
866 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, argument
874 if (getEdgeValueLocal(Val, BBFrom, BBTo, Result)) {
882 if (!hasBlockValue(Val, BBFrom)) {
883 BlockValueStack.push(std::make_pair(BBFrom, Va
[all...]

Completed in 62 milliseconds