Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7954 MemoryEffects ExistingME = F.getMemoryEffects(); in manifest() local
7955 ME &= ExistingME; in manifest()
7956 if (ME == ExistingME) in manifest()
8015 MemoryEffects ExistingME = CB.getMemoryEffects(); in manifest() local
8016 ME &= ExistingME; in manifest()
8017 if (ME == ExistingME) in manifest()
8387 MemoryEffects ExistingME = ExistingAttrs[0].getMemoryEffects(); in manifest() local
8388 ME &= ExistingME; in manifest()
8389 if (ME == ExistingME) in manifest()