Home
last modified time | relevance | path

Searched refs:CaseMap (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap; typedef in clang::interp::SwitchScope
67 SwitchScope(ByteCodeStmtGen<Emitter> *Ctx, CaseMap &&CaseLabels, in SwitchScope()
86 CaseMap OldCaseLabels;
H A DByteCodeStmtGen.h40 using CaseMap = llvm::DenseMap<const SwitchCase *, LabelTy>; variable
70 CaseMap CaseLabels;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp461 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
472 CaseMap[Case].push_back(std::move(InstName)); in run()
497 for (IE = CaseMap.begin(), EE = CaseMap.end(); IE != EE; ++IE) { in run()
H A DVarLenCodeEmitterGen.cpp262 std::map<std::string, std::vector<std::string>> CaseMap; in run() local
273 CaseMap[Case].push_back(std::move(InstName)); in run()
281 for (const auto &C : CaseMap) { in run()