Exemplo n.º 1
0
 static inline PPRegion getTombstoneKey() {
   return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-2), 0);
 }
Exemplo n.º 2
0
 static inline PPRegion getTombstoneKey() {
   return PPRegion(0, 0, unsigned(-2), 0);
 }
Exemplo n.º 3
0
 static inline PPRegion getEmptyKey() {
   return PPRegion(llvm::sys::fs::UniqueID(0, 0), unsigned(-1), 0);
 }
Exemplo n.º 4
0
 static inline PPRegion getEmptyKey() {
   return PPRegion(0, 0, unsigned(-1), 0);
 }