Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()