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

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp303 /// ComputeCommonTailLength - Given two machine basic blocks, compute the number
306 static unsigned ComputeCommonTailLength(MachineBasicBlock *MBB1, function
533 CommonTailLen = ComputeCommonTailLength(MBB1, MBB2, I1, I2);

Completed in 2278 milliseconds