HomeSort by: relevance | last modified time | path
    Searched refs:RemoveMBBFromJumpTables (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 109 /// RemoveMBBFromJumpTables - If MBB is present in any jump tables, remove it.
110 bool RemoveMBBFromJumpTables(MachineBasicBlock *MBB);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 425 JumpTableInfo->RemoveMBBFromJumpTables(MBB);
1053 bool MachineJumpTableInfo::RemoveMBBFromJumpTables(MachineBasicBlock *MBB) {

Completed in 47 milliseconds