Searched refs:CountTerminators (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp503 /// CountTerminators - Count the number of terminators in the given
506 static unsigned CountTerminators(MachineBasicBlock *MBB, function
545 unsigned NumTerms = CountTerminators(MBB1 == PredBB ? MBB2 : MBB1, I);

Completed in 27 milliseconds