Home
last modified time | relevance | path

Searched refs:MemoKey (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen.h83 using MemoKey = std::tuple<uint16_t, uint32_t, Node, Node>;
112 std::map<MemoKey, Node> memos_;
Dcodegen.cc70 auto res = memos_.insert(std::make_pair(MemoKey(code, k, jt, jf), kNullNode)); in MakeInstruction()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp455 Instruction *MemoKey; in HandleCallsInBlockInlinedThroughInvoke() local
457 MemoKey = CatchPad->getCatchSwitch(); in HandleCallsInBlockInlinedThroughInvoke()
459 MemoKey = FuncletPad; in HandleCallsInBlockInlinedThroughInvoke()
460 assert(FuncletUnwindMap->count(MemoKey) && in HandleCallsInBlockInlinedThroughInvoke()
461 (*FuncletUnwindMap)[MemoKey] == UnwindDestToken && in HandleCallsInBlockInlinedThroughInvoke()