Searched refs:BBTo (Results 1 – 1 of 1) sorted by relevance
1271 BasicBlock *BBTo) { in getEdgeValueLocal() argument1279 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()1280 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()1303 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()1357 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()1366 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()1380 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()1382 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()1393 Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue() argument1398 ValueLatticeElement LocalResult = getEdgeValueLocal(Val, BBFrom, BBTo) in getEdgeValue()