|
LLVM 22.0.0git
|
#include "PHIEliminationUtils.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineRegisterInfo.h"Go to the source code of this file.
Functions | |
| static bool | hasInlineAsmBrToSuccessor (MachineBasicBlock *MBB, MachineBasicBlock *SuccMBB) |
|
static |
Definition at line 18 of file PHIEliminationUtils.cpp.
References llvm::MachineBasicBlock::isInlineAsmBrIndirectTarget(), MBB, MI, and llvm::reverse().
Referenced by llvm::findPHICopyInsertPoint().