Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCFG.cpp42 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges() local
46 while (I != succ_end(ParentBB)) { in FindFunctionBackedges()
54 Result.push_back(std::make_pair(ParentBB, BB)); in FindFunctionBackedges()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h755 MachineBasicBlock *ParentBB);
DSelectionDAGBuilder.cpp1905 MachineBasicBlock *ParentBB) { in visitSPDescriptorParent() argument
1911 MachineFrameInfo *MFI = ParentBB->getParent()->getFrameInfo(); in visitSPDescriptorParent()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3944 BasicBlock *ParentBB, LoopInfo *LI) { in getReductionValue() argument
3957 if (P->getIncomingBlock(0) == ParentBB) { in getReductionValue()
3959 } else if (P->getIncomingBlock(1) == ParentBB) { in getReductionValue()
3967 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue()