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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default"); local
221 // Rebuild the modified portion of ValueMap.
223 ValueMap[Values[CstStart].first] = CstStart+1;
311 unsigned &ValueID = ValueMap[V];
341 ValueMap[V] = Values.size();
351 ValueMap[V] = Values.size();
417 if (ValueMap.count(C))
478 ValueMap[B
[all...]
H A DValueEnumerator.h55 ValueMapType ValueMap; member in class:llvm_2_9::ValueEnumerator
83 /// incorporated function. Their reverse mapping is stored in ValueMap.
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default"); local
221 // Rebuild the modified portion of ValueMap.
223 ValueMap[Values[CstStart].first] = CstStart+1;
311 unsigned &ValueID = ValueMap[V];
341 ValueMap[V] = Values.size();
351 ValueMap[V] = Values.size();
417 if (ValueMap.count(C))
478 ValueMap[B
[all...]
H A DValueEnumerator.h55 ValueMapType ValueMap; member in class:llvm_2_9_func::ValueEnumerator
83 /// incorporated function. Their reverse mapping is stored in ValueMap.
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp137 ValueMapType::const_iterator I = ValueMap.find(V);
138 assert(I != ValueMap.end() && "Value not in slotcalculator!");
143 print(dbgs(), ValueMap, "Default"); local
221 // Rebuild the modified portion of ValueMap.
223 ValueMap[Values[CstStart].first] = CstStart+1;
311 unsigned &ValueID = ValueMap[V];
341 ValueMap[V] = Values.size();
351 ValueMap[V] = Values.size();
417 if (ValueMap.count(C))
478 ValueMap[B
[all...]
H A DValueEnumerator.h58 ValueMapType ValueMap; member in class:llvm_3_2::ValueEnumerator
86 /// incorporated function. Their reverse mapping is stored in ValueMap.

Completed in 50 milliseconds