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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h106 bool shouldScheduleAdjacent(MachineInstr *First,
H A DAArch64InstrInfo.cpp1451 bool AArch64InstrInfo::shouldScheduleAdjacent(MachineInstr *First, function in class:AArch64InstrInfo
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h422 bool shouldScheduleAdjacent(MachineInstr* First,
H A DX86InstrInfo.cpp6543 bool X86InstrInfo::shouldScheduleAdjacent(MachineInstr* First, function in class:X86InstrInfo
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h993 virtual bool shouldScheduleAdjacent(MachineInstr* First, function in class:llvm::TargetInstrInfo
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1442 if (!TII.shouldScheduleAdjacent(Pred, Branch))

Completed in 134 milliseconds