Lines Matching defs:BBFrom
459 BasicBlock *BBFrom,
1365 /// Compute the value of Val on the edge BBFrom -> BBTo.
1367 LazyValueInfoImpl::getEdgeValueLocal(Value *Val, BasicBlock *BBFrom,
1371 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) {
1378 "BBTo isn't a successor of BBFrom");
1443 if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) {
1492 /// Compute the value of Val on the edge BBFrom -> BBTo or the value at
1495 LazyValueInfoImpl::getEdgeValue(Value *Val, BasicBlock *BBFrom,
1502 getEdgeValueLocal(Val, BBFrom, BBTo, /*UseBlockValue*/ true);
1511 getBlockValue(Val, BBFrom, BBFrom->getTerminator());