Searched refs:BBTo (Results 1 – 1 of 1) sorted by relevance
460 BasicBlock *BBTo,1368 BasicBlock *BBTo, bool UseBlockValue) { in getEdgeValueLocal() argument1376 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()1377 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()1404 const DataLayout &DL = BBTo->getDataLayout(); in getEdgeValueLocal()1459 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()1468 const DataLayout &DL = BBTo->getDataLayout(); in getEdgeValueLocal()1482 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()1484 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()1496 BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue() argument[all …]