Home
last modified time | relevance | path

Searched refs:DeadAttrs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp88 static void collectDeadStringAttrs(AttributeMask &DeadAttrs, AttributeSet &&AS, in collectDeadStringAttrs() argument
99 DeadAttrs.addAttribute(Key); in collectDeadStringAttrs()
109 AttributeMask DeadAttrs; in removeStringFunctionAttributes() local
110 collectDeadStringAttrs(DeadAttrs, Attrs.getFnAttrs(), LiveKeys, in removeStringFunctionAttributes()
112 collectDeadStringAttrs(DeadAttrs, Attrs.getRetAttrs(), LiveKeys, in removeStringFunctionAttributes()
115 F.removeFnAttrs(DeadAttrs); in removeStringFunctionAttributes()
116 F.removeRetAttrs(DeadAttrs); in removeStringFunctionAttributes()