Lines Matching refs:FromBB
511 LVILatticeVal getValueOnEdge(Value *V, BasicBlock *FromBB,BasicBlock *ToBB,
1350 getValueOnEdge(Value *V, BasicBlock *FromBB, BasicBlock *ToBB, in getValueOnEdge() argument
1353 << FromBB->getName() << "' to '" << ToBB->getName() << "'\n"); in getValueOnEdge()
1356 if (!getEdgeValue(V, FromBB, ToBB, Result, CxtI)) { in getValueOnEdge()
1358 bool WasFastQuery = getEdgeValue(V, FromBB, ToBB, Result, CxtI); in getValueOnEdge()
1515 Constant *LazyValueInfo::getConstantOnEdge(Value *V, BasicBlock *FromBB, in getConstantOnEdge() argument
1518 const DataLayout &DL = FromBB->getModule()->getDataLayout(); in getConstantOnEdge()
1520 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1604 BasicBlock *FromBB, BasicBlock *ToBB, in getPredicateOnEdge() argument
1606 const DataLayout &DL = FromBB->getModule()->getDataLayout(); in getPredicateOnEdge()
1608 getCache(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge()