Searched defs:PredFBB (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTailDuplication.cpp658 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr;
660 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
689 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr; local
691 if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true))
701 // Make PredFBB explicit.
703 PredFBB = PredTBB;
708 if (!PredFBB)
709 PredFBB = NextBB;
712 if (PredFBB == TailBB)
713 PredFBB
778 MachineBasicBlock *PredTBB, *PredFBB; local
[all...]
H A DBranchFolding.cpp1384 MachineBasicBlock *PredTBB = nullptr, *PredFBB = nullptr; local
1387 !TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB, PredCond, true)

Completed in 96 milliseconds