Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1300 BasicBlock *BBTo) { in getEdgeValueLocal() argument
1308 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() argument
1428 getEdgeValueLocal(Val, BBFrom, BBTo) in getEdgeValue()