Searched refs:BBTo (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1384 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()
|
/external/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1214 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()
|