Searched refs:VariableMap (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp62 /// VariableMap - A map from variable names ('$dst') to the recorded operand
65 StringMap<unsigned> VariableMap; member in class:__anon5914::MatcherGen
69 /// VariableMap because that leads to identity checking if they are
70 /// encountered multiple times. Biased by 1 like VariableMap for
126 unsigned VarMapEntry = VariableMap[Name];
275 unsigned InputOperand = VariableMap[N->getName()] - 1;
467 unsigned &VarMapEntry = VariableMap[Name];
494 VariableMap[Name] = Entry;
514 // If this node has a name associated with it, capture it in VariableMap. If
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp387 DenseMap<DebugVariable, std::pair<Value *, DIExpression *> > VariableMap; local
393 auto VMI = VariableMap.find(Key);
396 if (VMI == VariableMap.end() ||
399 VariableMap[Key] = { DVI->getValue(), DVI->getExpression() };

Completed in 109 milliseconds