Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h504 bool IsOptimizableMove; variable
522 : Desc(D), IsOptimizableMove(false), Operands(0), Opcode(Opcode) {} in InstructionBase()
560 bool isOptimizableMove() const { return IsOptimizableMove; } in isOptimizableMove()
561 void setOptimizableMove() { IsOptimizableMove = true; } in setOptimizableMove()