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

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 229 auto Memo = MemoMap.find(ChildPad);
230 if (Memo == MemoMap.end()) {
237 Value *ChildUnwindDestToken = Memo->second;
267 auto Memo = MemoMap.find(ChildPad);
268 if (Memo == MemoMap.end()) {
275 ChildUnwindDestToken = Memo->second;
299 // parent pad. Record this in the memo map, and check to see if the
340 /// quadratic run-time given that approach, it uses a memo map to avoid
353 auto Memo = MemoMap.find(EHPad);
354 if (Memo != MemoMap.end()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 2274 milliseconds