Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp456 BasicBlock *BBTo,
1360 BasicBlock *BBTo, bool UseBlockValue) { in getEdgeValueLocal() argument
1368 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()
1369 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
1395 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1450 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()
1459 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1473 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()
1475 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()
1487 BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue() argument
[all …]