Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp97 if (IS.isOptimizableMove()) in dispatch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp60 if (!Inst.isOptimizableMove()) in updateMoveElimInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h575 bool isOptimizableMove() const { return IsOptimizableMove; } in isOptimizableMove() function