Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1298 BasicBlock *BBTo) { in getEdgeValueLocal() argument
1306 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()
1307 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
1330 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1384 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()
1393 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1407 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()
1409 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()
1420 Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue() argument
1425 ValueLatticeElement LocalResult = getEdgeValueLocal(Val, BBFrom, BBTo) in getEdgeValue()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp1214 BasicBlock *BBTo, LVILatticeVal &Result) { in getEdgeValueLocal() argument
1222 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()
1223 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
1248 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()
1257 if (i.getCaseSuccessor() != BBTo) in getEdgeValueLocal()
1259 } else if (i.getCaseSuccessor() == BBTo) in getEdgeValueLocal()
1271 BasicBlock *BBTo, LVILatticeVal &Result, in getEdgeValue() argument
1280 if (!getEdgeValueLocal(Val, BBFrom, BBTo, LocalResult)) in getEdgeValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1384 BasicBlock *BBTo, ValueLatticeElement &Result) { in getEdgeValueLocal() argument
1392 bool isTrueDest = BI->getSuccessor(0) == BBTo; in getEdgeValueLocal()
1393 assert(BI->getSuccessor(!isTrueDest) == BBTo && in getEdgeValueLocal()
1417 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1471 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal()
1480 const DataLayout &DL = BBTo->getModule()->getDataLayout(); in getEdgeValueLocal()
1494 if (Case.getCaseSuccessor() != BBTo && Condition == Val) in getEdgeValueLocal()
1496 } else if (Case.getCaseSuccessor() == BBTo) in getEdgeValueLocal()
1508 BasicBlock *BBTo, in getEdgeValue() argument
1518 if (!getEdgeValueLocal(Val, BBFrom, BBTo, LocalResult)) in getEdgeValue()