Lines Matching refs:NamedValues
307 the '``NamedValues``' map. This map currently keeps track of the LLVM
310 ``NamedValues`` holds the *memory location* of the variable in question.
322 NamedValues map so that it maps to AllocaInst\* instead of Value\*. Once
328 static std::map<std::string, AllocaInst*> NamedValues;
360 Value *V = NamedValues[Name];
415 // Record the function arguments in the NamedValues map.
416 NamedValues.clear();
425 NamedValues[Arg.getName()] = Alloca;
600 Value *Variable = NamedValues[LHSE->getName()];
825 OldBindings.push_back(NamedValues[VarName]);
828 NamedValues[VarName] = Alloca;
849 NamedValues[VarNames[i].first] = OldBindings[i];