Searched refs:ValueMap (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp131 ValueMapType::const_iterator I = ValueMap.find(V);
132 assert(I != ValueMap.end() && "Value not in slotcalculator!");
137 print(dbgs(), ValueMap, "Default"); local
203 // Rebuild the modified portion of ValueMap.
205 ValueMap[Values[CstStart].first] = CstStart+1;
314 unsigned &ValueID = ValueMap[V];
344 ValueMap[V] = Values.size();
354 ValueMap[V] = Values.size();
410 if (ValueMap.count(V)) return;
477 ValueMap[B
[all...]
H A DValueEnumerator.h53 ValueMapType ValueMap; member in class:llvm_2_9::ValueEnumerator
76 /// incorporated function. Their reverse mapping is stored in ValueMap.
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp131 ValueMapType::const_iterator I = ValueMap.find(V);
132 assert(I != ValueMap.end() && "Value not in slotcalculator!");
137 print(dbgs(), ValueMap, "Default"); local
203 // Rebuild the modified portion of ValueMap.
205 ValueMap[Values[CstStart].first] = CstStart+1;
314 unsigned &ValueID = ValueMap[V];
344 ValueMap[V] = Values.size();
354 ValueMap[V] = Values.size();
410 if (ValueMap.count(V)) return;
477 ValueMap[B
[all...]
H A DValueEnumerator.h53 ValueMapType ValueMap; member in class:llvm_2_9_func::ValueEnumerator
76 /// incorporated function. Their reverse mapping is stored in ValueMap.
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp131 ValueMapType::const_iterator I = ValueMap.find(V);
132 assert(I != ValueMap.end() && "Value not in slotcalculator!");
137 print(dbgs(), ValueMap, "Default"); local
203 // Rebuild the modified portion of ValueMap.
205 ValueMap[Values[CstStart].first] = CstStart+1;
314 unsigned &ValueID = ValueMap[V];
344 ValueMap[V] = Values.size();
354 ValueMap[V] = Values.size();
410 if (ValueMap.count(V)) return;
477 ValueMap[B
[all...]
H A DValueEnumerator.h53 ValueMapType ValueMap; member in class:llvm_3_2::ValueEnumerator
76 /// incorporated function. Their reverse mapping is stored in ValueMap.

Completed in 2247 milliseconds