Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp399 LVILatticeVal getBlockValue(Value *Val, BasicBlock *BB);
503 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue() function in LazyValueInfoCache
723 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueConstantRange()
853 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue()
900 Result = getBlockValue(Val, BBFrom); in getEdgeValue()
913 LVILatticeVal Result = getBlockValue(V, BB); in getValueInBlock()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp444 LVILatticeVal getBlockValue(Value *Val, BasicBlock *BB);
598 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue() function in LazyValueInfoCache
887 LVILatticeVal TrueVal = getBlockValue(SI->getTrueValue(), BB); in solveBlockValueSelect()
901 LVILatticeVal FalseVal = getBlockValue(SI->getFalseValue(), BB); in solveBlockValueSelect()
1043 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueCast()
1120 LVILatticeVal LHSVal = getBlockValue(BBI->getOperand(0), BB); in solveBlockValueBinaryOp()
1300 LVILatticeVal InBlock = getBlockValue(Val, BBFrom); in getEdgeValue()
1326 LVILatticeVal Result = getBlockValue(V, BB); in getValueInBlock()