Home
last modified time | relevance | path

Searched refs:accumulateInstrSeqToRootLatency (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h646 bool accumulateInstrSeqToRootLatency(MachineInstr &Root) const override { in accumulateInstrSeqToRootLatency() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp388 if (TII->accumulateInstrSeqToRootLatency(*Root)) { in improvesCriticalPathLen()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1295 virtual bool accumulateInstrSeqToRootLatency(MachineInstr &Root) const { in accumulateInstrSeqToRootLatency() function