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

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

Completed in 1245 milliseconds