Lines Matching defs:BBFrom
407 BasicBlock *BBFrom,
1405 /// Compute the value of Val on the edge BBFrom -> BBTo.
1407 LazyValueInfoImpl::getEdgeValueLocal(Value *Val, BasicBlock *BBFrom,
1411 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) {
1418 "BBTo isn't a successor of BBFrom");
1483 if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) {
1532 /// Compute the value of Val on the edge BBFrom -> BBTo or the value at
1535 LazyValueInfoImpl::getEdgeValue(Value *Val, BasicBlock *BBFrom,
1542 getEdgeValueLocal(Val, BBFrom, BBTo, /*UseBlockValue*/ true);
1551 getBlockValue(Val, BBFrom, BBFrom->getTerminator());