HomeSort by relevance Sort by last modified time
    Searched refs:LabelMap (Results 1 - 3 of 3) 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 423 JumpDest &Dest = LabelMap[D];
440 JumpDest &Dest = LabelMap[D];
469 assert(CGF.LabelMap.count(*i));
470 JumpDest &dest = CGF.LabelMap.find(*i)->second;
    [all...]
CodeGenFunction.h 929 /// LabelMap - This keeps track of the LLVM basic block for each C label.
930 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;
    [all...]

Completed in 121 milliseconds