Lines Matching refs:InferAddressSpacesImpl
181 class InferAddressSpacesImpl { class
242 InferAddressSpacesImpl(AssumptionCache &AC, const DominatorTree *DT, in InferAddressSpacesImpl() function in __anonc947adbc0111::InferAddressSpacesImpl
358 bool InferAddressSpacesImpl::rewriteIntrinsicOperands(IntrinsicInst *II, in rewriteIntrinsicOperands()
387 void InferAddressSpacesImpl::collectRewritableIntrinsicOperands( in collectRewritableIntrinsicOperands()
412 void InferAddressSpacesImpl::appendsFlatAddressExpressionToPostorderStack( in appendsFlatAddressExpressionToPostorderStack()
446 InferAddressSpacesImpl::collectFlatAddressExpressions(Function &F) const { in collectFlatAddressExpressions()
569 Value *InferAddressSpacesImpl::cloneInstructionWithNewAddressSpace( in cloneInstructionWithNewAddressSpace()
761 Value *InferAddressSpacesImpl::cloneValueWithNewAddressSpace( in cloneValueWithNewAddressSpace()
788 unsigned InferAddressSpacesImpl::joinAddressSpaces(unsigned AS1, in joinAddressSpaces()
802 bool InferAddressSpacesImpl::run(Function &F) { in run()
831 void InferAddressSpacesImpl::inferAddressSpaces( in inferAddressSpaces()
870 unsigned InferAddressSpacesImpl::getPredicatedAddrSpace(const Value &V, in getPredicatedAddrSpace()
894 bool InferAddressSpacesImpl::updateAddressSpace( in updateAddressSpace()
1066 bool InferAddressSpacesImpl::isSafeToCastConstAddrSpace(Constant *C, in isSafeToCastConstAddrSpace()
1106 bool InferAddressSpacesImpl::rewriteWithNewAddressSpaces( in rewriteWithNewAddressSpaces()
1300 return InferAddressSpacesImpl( in runOnFunction()
1319 InferAddressSpacesImpl(AM.getResult<AssumptionAnalysis>(F), in run()