Home
last modified time | relevance | path

Searched refs:BBTo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp408 BasicBlock *BBTo,
1444 BasicBlock *BBTo, bool UseBlockValue) { in getEdgeValueLocal() argument
1452 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()
1453 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
1480 const DataLayout &DL = BBTo->getDataLayout(); in getEdgeValueLocal()
1535 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()
1544 const DataLayout &DL = BBTo->getDataLayout(); in getEdgeValueLocal()
1558 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()
1560 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()
1572 BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue() argument
[all …]