Lines Matching refs:FromBB
451 ValueLatticeElement getValueOnEdge(Value *V, BasicBlock *FromBB,
1488 getValueOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB, in getValueOnEdge() argument
1491 << FromBB->getName() << "' to '" << ToBB->getName() in getValueOnEdge()
1494 Optional<ValueLatticeElement> Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
1497 Result = getEdgeValue(V, FromBB, ToBB, CxtI); in getValueOnEdge()
1630 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge() argument
1633 Module *M = FromBB->getModule(); in getConstantOnEdge()
1635 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1648 BasicBlock *FromBB, in getConstantRangeOnEdge() argument
1652 Module *M = FromBB->getModule(); in getConstantRangeOnEdge()
1654 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge()
1736 BasicBlock *FromBB, BasicBlock *ToBB, in getPredicateOnEdge() argument
1738 Module *M = FromBB->getModule(); in getPredicateOnEdge()
1740 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()