Searched refs:BBTo (Results 1 – 1 of 1) sorted by relevance
1300 BasicBlock *BBTo) { in getEdgeValueLocal() argument1308 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()1309 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()1332 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()1386 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()1395 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()1409 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()1411 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()1422 Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue() argument1428 getEdgeValueLocal(Val, BBFrom, BBTo) in getEdgeValue()