Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIRNormalizer.cpp62 void reorderInstructions(Function &F) const;
95 reorderInstructions(F); in runOnFunction()
404 void IRNormalizer::reorderInstructions(Function &F) const { in reorderInstructions() function in IRNormalizer
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h838 reorderInstructions(const SwingSchedulerDAG *SSD,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1358 CycleInstrs = Schedule.reorderInstructions(SSD, CycleInstrs); in computeScheduledInsts()
3769 SMSchedule::reorderInstructions(const SwingSchedulerDAG *SSD, in reorderInstructions() function in SMSchedule
3814 cycleInstrs = reorderInstructions(SSD, cycleInstrs); in finalizeSchedule()