HomeSort by: relevance | last modified time | path
    Searched defs:PrivatizableType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 5288 : AAPrivatizablePtr(IRP, A), PrivatizableType(llvm::None) {}
5292 PrivatizableType = nullptr;
5313 return PrivatizableType;
5321 Optional<Type *> PrivatizableType;
5394 PrivatizableType = identifyPrivatizableType(A);
5395 if (!PrivatizableType.hasValue())
5397 if (!PrivatizableType.getValue())
5407 !ArgumentPromotionPass::isDenselyPacked(PrivatizableType.getValue(),
5436 identifyReplacementTypes(PrivatizableType.getValue(), ReplacementTypes);
5481 if (CBArgPrivTy.getValue() == PrivatizableType)
    [all...]
AttributorAttributes.cpp 5288 : AAPrivatizablePtr(IRP, A), PrivatizableType(llvm::None) {}
5292 PrivatizableType = nullptr;
5313 return PrivatizableType;
5321 Optional<Type *> PrivatizableType;
5394 PrivatizableType = identifyPrivatizableType(A);
5395 if (!PrivatizableType.hasValue())
5397 if (!PrivatizableType.getValue())
5407 !ArgumentPromotionPass::isDenselyPacked(PrivatizableType.getValue(),
5436 identifyReplacementTypes(PrivatizableType.getValue(), ReplacementTypes);
5481 if (CBArgPrivTy.getValue() == PrivatizableType)
    [all...]

Completed in 54 milliseconds