Lines Matching refs:InferAddressSpacesImpl

185 class InferAddressSpacesImpl {  class
246 InferAddressSpacesImpl(AssumptionCache &AC, const DominatorTree *DT, in InferAddressSpacesImpl() function in __anon1ca860420111::InferAddressSpacesImpl
368 bool InferAddressSpacesImpl::rewriteIntrinsicOperands(IntrinsicInst *II, in rewriteIntrinsicOperands()
415 void InferAddressSpacesImpl::collectRewritableIntrinsicOperands( in collectRewritableIntrinsicOperands()
448 void InferAddressSpacesImpl::appendsFlatAddressExpressionToPostorderStack( in appendsFlatAddressExpressionToPostorderStack()
482 InferAddressSpacesImpl::collectFlatAddressExpressions(Function &F) const { in collectFlatAddressExpressions()
603 Value *InferAddressSpacesImpl::cloneInstructionWithNewAddressSpace( in cloneInstructionWithNewAddressSpace()
781 Value *InferAddressSpacesImpl::cloneValueWithNewAddressSpace( in cloneValueWithNewAddressSpace()
809 unsigned InferAddressSpacesImpl::joinAddressSpaces(unsigned AS1, in joinAddressSpaces()
823 bool InferAddressSpacesImpl::run(Function &F) { in run()
852 void InferAddressSpacesImpl::inferAddressSpaces( in inferAddressSpaces()
891 unsigned InferAddressSpacesImpl::getPredicatedAddrSpace(const Value &V, in getPredicatedAddrSpace()
915 bool InferAddressSpacesImpl::updateAddressSpace( in updateAddressSpace()
1089 bool InferAddressSpacesImpl::isSafeToCastConstAddrSpace(Constant *C, in isSafeToCastConstAddrSpace()
1130 bool InferAddressSpacesImpl::rewriteWithNewAddressSpaces( in rewriteWithNewAddressSpaces()
1340 return InferAddressSpacesImpl( in runOnFunction()
1359 InferAddressSpacesImpl(AM.getResult<AssumptionAnalysis>(F), in run()