HomeSort by: relevance | last modified time | path
    Searched refs:AncestorPad (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 427 auto *AncestorPad = dyn_cast<Instruction>(AncestorToken);
430 if (isa<CatchPadInst>(AncestorPad))
432 // If the MemoMap had an entry mapping AncestorPad to nullptr, since we
433 // haven't yet called getUnwindDestTokenHelper for AncestorPad in this
434 // call to getUnwindDestToken, that would mean that AncestorPad had no
438 // find a null entry in the MemoMap for AncestorPad.
439 assert(!MemoMap.count(AncestorPad) || MemoMap[AncestorPad]);
440 auto AncestorMemo = MemoMap.find(AncestorPad);
442 UnwindDestToken = getUnwindDestTokenHelper(AncestorPad, MemoMap)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 4198 Value *AncestorPad = getParentPad(UnclePad);
4201 while (ResolvedPad != AncestorPad) {
4210 if (ResolvedPad != AncestorPad)

Completed in 19 milliseconds