HomeSort by relevance Sort by last modified time
    Searched refs:InvokeDest (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 499 /// it rewrites them to be invokes that jump to InvokeDest and fills in the PHI
609 BasicBlock *InvokeDest = II->getUnwindDest();
622 InvokeDest->removePredecessor(II->getParent());
642 BranchInst::Create(InvokeDest, UI);
661 InvokeDest->removePredecessor(II->getParent());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 45 milliseconds