Searched refs:NextAnonGlobalID (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DMangler.h44 /// NextAnonGlobalID - This simple counter is used to unique value names.
46 mutable unsigned NextAnonGlobalID; member in class:llvm::Mangler
49 Mangler(const DataLayout *DL) : DL(DL), NextAnonGlobalID(1) {}
/external/llvm/lib/IR/
H A DMangler.cpp108 ID = NextAnonGlobalID++;

Completed in 135 milliseconds