Home | History | Annotate | Download | only in tutorial

Lines Matching full: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];
423 NamedValues[Args[Idx]] = Alloca;
598 Value *Variable = NamedValues[LHSE->getName()];
823 OldBindings.push_back(NamedValues[VarName]);
826 NamedValues[VarName] = Alloca;
847 NamedValues[VarNames[i].first] = OldBindings[i];