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

/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h40 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.cpp101 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, function in class:Thumb2InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h307 /// isLegalToSplitMBBAt - Return true if it's legal to split the given basic
310 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp411 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))

Completed in 146 milliseconds