Lines Matching refs:BBLV
388 bool solveBlockValueNonLocal(LVILatticeVal &BBLV,
390 bool solveBlockValuePHINode(LVILatticeVal &BBLV,
392 bool solveBlockValueConstantRange(LVILatticeVal &BBLV,
394 void mergeAssumeBlockValueConstantRange(Value *Val, LVILatticeVal &BBLV,
663 bool LazyValueInfoCache::solveBlockValueNonLocal(LVILatticeVal &BBLV, in solveBlockValueNonLocal() argument
699 BBLV = Result; in solveBlockValueNonLocal()
726 BBLV = Result; in solveBlockValueNonLocal()
735 BBLV = Result; in solveBlockValueNonLocal()
739 bool LazyValueInfoCache::solveBlockValuePHINode(LVILatticeVal &BBLV, in solveBlockValuePHINode() argument
765 BBLV = Result; in solveBlockValuePHINode()
774 BBLV = Result; in solveBlockValuePHINode()
786 LVILatticeVal &BBLV, in mergeAssumeBlockValueConstantRange() argument
803 if (BBLV.isOverdefined()) in mergeAssumeBlockValueConstantRange()
804 BBLV = Result; in mergeAssumeBlockValueConstantRange()
806 BBLV.mergeIn(Result, DL); in mergeAssumeBlockValueConstantRange()
812 bool LazyValueInfoCache::solveBlockValueConstantRange(LVILatticeVal &BBLV, in solveBlockValueConstantRange() argument
819 BBLV.markOverdefined(); in solveBlockValueConstantRange()
826 BBLV.markOverdefined(); in solveBlockValueConstantRange()
837 BBLV.markOverdefined(); in solveBlockValueConstantRange()
892 BBLV = Result; in solveBlockValueConstantRange()