Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp939 static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, in getEdgeValueLocal() argument
943 if (BranchInst *BI = dyn_cast<BranchInst>(BBFrom->getTerminator())) { in getEdgeValueLocal()
970 if (SwitchInst *SI = dyn_cast<SwitchInst>(BBFrom->getTerminator())) { in getEdgeValueLocal()
996 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue() argument
1005 if (getEdgeValueLocal(Val, BBFrom, BBTo, Result)) { in getEdgeValue()
1013 if (!hasBlockValue(Val, BBFrom)) { in getEdgeValue()
1014 if (pushBlockValue(std::make_pair(BBFrom, Val))) in getEdgeValue()
1021 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue()
1022 mergeAssumeBlockValueConstantRange(Val, InBlock, BBFrom->getTerminator()); in getEdgeValue()
1035 if (!hasBlockValue(Val, BBFrom)) { in getEdgeValue()
[all …]