Searched defs:InstructionCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h29 class InstructionCost { class in namespace:llvm
69 InstructionCost(CostType Val) : Value(Val), State(Valid) {} function in class:llvm::InstructionCost
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1136 InstructionCost InstructionCost = 0; local

Completed in 406 milliseconds