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()
755 MachineBasicBlock *ParentBB);
1905 MachineBasicBlock *ParentBB) { in visitSPDescriptorParent() argument1911 MachineFrameInfo *MFI = ParentBB->getParent()->getFrameInfo(); in visitSPDescriptorParent()
3944 BasicBlock *ParentBB, LoopInfo *LI) { in getReductionValue() argument3957 if (P->getIncomingBlock(0) == ParentBB) { in getReductionValue()3959 } else if (P->getIncomingBlock(1) == ParentBB) { in getReductionValue()3967 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue()