Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h181 enum Flags { HaveGV = 1, ReadOnly = 2, WriteOnly = 4 }; enumerator
208 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs()