Home
last modified time | relevance | path

Searched refs:RemoveDeadBlock (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DBranchFolding.h140 void RemoveDeadBlock(MachineBasicBlock *MBB);
DTailDuplication.cpp124 void RemoveDeadBlock(MachineBasicBlock *MBB);
239 RemoveDeadBlock(MBB); in TailDuplicateAndUpdate()
978 void TailDuplicatePass::RemoveDeadBlock(MachineBasicBlock *MBB) { in RemoveDeadBlock() function in TailDuplicatePass
DBranchFolding.cpp123 void BranchFolder::RemoveDeadBlock(MachineBasicBlock *MBB) { in RemoveDeadBlock() function in BranchFolder
1136 RemoveDeadBlock(MBB); in OptimizeBranches()