Lines Matching refs:getBlockValue
398 std::optional<ValueLatticeElement> getBlockValue(Value *Val, BasicBlock *BB,
573 LazyValueInfoImpl::getBlockValue(Value *Val, BasicBlock *BB, in getBlockValue() function in LazyValueInfoImpl
848 getBlockValue(SI->getTrueValue(), BB, SI); in solveBlockValueSelect()
854 getBlockValue(SI->getFalseValue(), BB, SI); in solveBlockValueSelect()
933 std::optional<ValueLatticeElement> OptVal = getBlockValue(V, BB, CxtI); in getRangeFor()
1050 getBlockValue(IEI->getOperand(1), BB, IEI); in solveBlockValueInsertElement()
1056 getBlockValue(IEI->getOperand(0), BB, IEI); in solveBlockValueInsertElement()
1076 return getBlockValue(V, BB, EVI); in solveBlockValueExtractValue()
1129 getBlockValue(RHS, CxtI->getParent(), CxtI); in getValueFromSimpleICmpCondition()
1511 getBlockValue(Val, BBFrom, BBFrom->getTerminator()); in getEdgeValue()
1535 std::optional<ValueLatticeElement> OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock()
1538 OptResult = getBlockValue(V, BB, CxtI); in getValueInBlock()