Searched refs:AtomicIsInline (Results 1 – 1 of 1) sorted by relevance
1289 bool AtomicIsInline = !AI.shouldUseLibcall(); in LValueIsSuitableForInlineAtomic() local1290 return IsVolatile && AtomicIsInline; in LValueIsSuitableForInlineAtomic()1299 bool AtomicIsInline = getContext().getTargetInfo().hasBuiltinAtomic( in typeIsSuitableForInlineAtomic() local1301 return CGM.getCodeGenOpts().MSVolatile && IsVolatile && AtomicIsInline; in typeIsSuitableForInlineAtomic()