Searched refs:ParentBB (Results 1 – 4 of 4) sorted by relevance
42 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges() local46 while (I != succ_end(ParentBB)) { in FindFunctionBackedges()54 Result.push_back(std::make_pair(ParentBB, BB)); in FindFunctionBackedges()
1117 auto *ParentBB = IntrinCall->getParent(); in handleEndCatch() local1118 if (ParentBB->isLandingPad() && !LPadMap.isOriginLandingPadBlock(ParentBB)) in handleEndCatch()1131 ContinueBB = SplitBlock(const_cast<BasicBlock *>(ParentBB), in handleEndCatch()
704 MachineBasicBlock *ParentBB);
1805 MachineBasicBlock *ParentBB) { in visitSPDescriptorParent() argument1811 MachineFrameInfo *MFI = ParentBB->getParent()->getFrameInfo(); in visitSPDescriptorParent()