Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLint.cpp626 IntrinsicInst **SecondEndCatch, SmallSet<BasicBlock *, 4> &VisitedBlocks) { in allPredCameFromBeginCatch() argument
637 *SecondEndCatch = IC; in allPredCameFromBeginCatch()
652 if (!allPredCameFromBeginCatch(Pred, Pred->rbegin(), SecondEndCatch, in allPredCameFromBeginCatch()
687 IntrinsicInst *SecondEndCatch = nullptr; in visitEHEndCatch() local
693 &SecondEndCatch, VisitedBlocks); in visitEHEndCatch()
695 SecondEndCatch == nullptr, in visitEHEndCatch()
697 II, SecondEndCatch); in visitEHEndCatch()