Home
last modified time | relevance | path

Searched refs:isLegalToSplitMBBAt (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.h39 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DThumb2InstrInfo.cpp100 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in Thumb2InstrInfo
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h68 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
DR600InstrInfo.cpp82 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function in R600InstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h574 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, in isLegalToSplitMBBAt() function
/external/llvm/lib/CodeGen/
DBranchFolding.cpp429 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1)) in SplitMBBAt()