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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp937 /// \brief Compute the value of Val on the edge BBFrom -> BBTo. Returns false if
939 static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, argument
943 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) {
950 "BBTo isn't a successor of BBFrom");
970 if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) {
994 /// \brief Compute the value of Val on the edge BBFrom -> BBTo or the value at
996 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, argument
1005 if (getEdgeValueLocal(Val, BBFrom, BBTo, Result)) {
1013 if (!hasBlockValue(Val, BBFrom)) {
1014 if (pushBlockValue(std::make_pair(BBFrom, Va
[all...]

Completed in 101 milliseconds