/external/llvm/lib/Transforms/Scalar/ |
LoopInstSimplify.cpp | 136 BasicBlock *SuccBB = *SI; 137 if (!Visited.insert(SuccBB)) 140 const Loop *SuccLoop = LI->getLoopFor(SuccBB); 141 if (SuccLoop && SuccLoop->getHeader() == SuccBB 143 VisitStack.push_back(WorklistItem(SuccBB, true)); 158 ExitBlocks.end(), SuccBB); 162 VisitStack.push_back(WorklistItem(SuccBB, false));
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 231 BasicBlock *SuccBB = i.getCaseSuccessor(); 233 TheClusterifier.add(CaseRanges, SuccBB);
|
PromoteMemoryToRegister.cpp | [all...] |
/external/llvm/lib/CodeGen/ |
TailDuplication.cpp | 457 MachineBasicBlock *SuccBB = *SI; 458 for (MachineBasicBlock::iterator II = SuccBB->begin(), EE = SuccBB->end(); 501 if (!SrcBB->isSuccessor(SuccBB)) [all...] |
BranchFolding.cpp | 458 static void FixTail(MachineBasicBlock *CurMBB, MachineBasicBlock *SuccBB, 471 TII->InsertBranch(*CurMBB, SuccBB, NULL, Cond, dl); 476 TII->InsertBranch(*CurMBB, SuccBB, NULL, 528 MachineBasicBlock *SuccBB, 559 if (SuccBB && MBB1 != PredBB && MBB2 != PredBB && 594 MachineBasicBlock *SuccBB, 609 SuccBB, PredBB)) { 630 MachineBasicBlock *SuccBB, 638 if (SuccBB && CurMBB != PredBB) 639 FixTail(CurMBB, SuccBB, TII) [all...] |
IfConversion.cpp | 428 MachineBasicBlock *SuccBB = *SI; 429 if (SuccBB != TrueBB) 430 return SuccBB; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | [all...] |