Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h34 enum CostState { enum
54 CostState State = Valid;
68 InstructionCost(CostState) = delete;
82 CostState getState() const { return State; } in getState()