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

/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp998 static bool IsEmptyBlock(MachineBasicBlock *MBB) { function
1030 if (IsEmptyBlock(MBB1) || IsEmptyBlock(MBB2)) return false;
1037 // Neither block consists entirely of debug info (per IsEmptyBlock check),
1078 if (IsEmptyBlock(MBB) && !MBB->isLandingPad() && !MBB->hasAddressTaken()) {

Completed in 74 milliseconds