Searched refs:ParentBB (Results 1 – 5 of 5) 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()
625 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges() local629 while (I != succ_end(ParentBB)) { in FindFunctionBackedges()637 Result.push_back(std::make_pair(ParentBB, BB)); in FindFunctionBackedges()
809 MachineBasicBlock *ParentBB);
2031 MachineBasicBlock *ParentBB) { in visitSPDescriptorParent() argument2037 MachineFrameInfo *MFI = ParentBB->getParent()->getFrameInfo(); in visitSPDescriptorParent()2043 const Module &M = *ParentBB->getParent()->getFunction()->getParent(); in visitSPDescriptorParent()
4263 BasicBlock *ParentBB, LoopInfo *LI) { in getReductionValue() argument4276 if (P->getIncomingBlock(0) == ParentBB) { in getReductionValue()4278 } else if (P->getIncomingBlock(1) == ParentBB) { in getReductionValue()4286 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue()