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

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp777 /// \brief Compute the value of Val on the edge BBFrom -> BBTo. Returns false if
779 static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, argument
783 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) {
790 "BBTo isn't a successor of BBFrom");
843 if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) {
868 /// \brief Compute the value of Val on the edge BBFrom -> BBTo, or the value at
870 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, argument
878 if (getEdgeValueLocal(Val, BBFrom, BBTo, Result)) {
886 if (!hasBlockValue(Val, BBFrom)) {
887 BlockValueStack.push(std::make_pair(BBFrom, Va
[all...]

Completed in 110 milliseconds