HomeSort by relevance Sort by last modified time
    Searched refs:LabelMap (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Analysis/
CFG.cpp 384 // LabelMap records the mapping from Label expressions to their jump targets.
386 LabelMapTy LabelMap;
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 453 JumpDest &Dest = LabelMap[D];
470 JumpDest &Dest = LabelMap[D];
499 assert(CGF.LabelMap.count(*i));
500 JumpDest &dest = CGF.LabelMap.find(*i)->second;
    [all...]
CodeGenFunction.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
GlobalISelEmitter.cpp 456 DenseMap<unsigned, unsigned> LabelMap;
531 LabelMap.insert(std::make_pair(LabelID, CurrentSize));
535 const auto I = LabelMap.find(LabelID);
536 assert(I != LabelMap.end() && "Use of undeclared label");
    [all...]

Completed in 121 milliseconds