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

/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h39 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DThumb2InstrInfo.cpp101 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, function in class:Thumb2InstrInfo
/external/llvm/lib/Target/R600/
H A DR600InstrInfo.h68 bool isLegalToSplitMBBAt(MachineBasicBlock &MBB,
H A DR600InstrInfo.cpp84 bool R600InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB, function in class:R600InstrInfo
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h349 /// isLegalToSplitMBBAt - Return true if it's legal to split the given basic
352 virtual bool isLegalToSplitMBBAt(MachineBasicBlock &MBB, function in class:llvm::TargetInstrInfo
/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp419 if (!TII->isLegalToSplitMBBAt(CurMBB, BBI1))

Completed in 601 milliseconds