HomeSort by relevance Sort by last modified time
    Searched defs:VarMap (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
Consumed.h 141 VarMapType VarMap;
147 : Reachable(Other.Reachable), From(Other.From), VarMap(Other.VarMap),
  /external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp 50 StringMap<int> VarMap;
57 VarMap.clear();
65 VarMap[(*I).getKey()] = (*I).getValue();
121 VarMap[NameValPair[0]] = Val;
139 // found in VarMap. If so, replace the uses of CallInst with the
140 // value found in VarMap. If not, replace the use with value 0.
204 if (VarMap.find(ReflectArg) != VarMap.end()) {
205 ReflectVal = VarMap[ReflectArg];

Completed in 1105 milliseconds