Home
last modified time | relevance | path

Searched defs:InstructionCost (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DInstructionCost.h52 InstructionCost(CostType Val) : Value(Val), State(Valid) {} in InstructionCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp203 PHINode &PN, SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, in isSafeAndProfitableToSpeculateAroundPHI() argument
428 const SmallDenseMap<PHINode *, InstructionCost, 16> &CostSavingsMap, in findProfitablePHIs() argument
H A DSimpleLoopUnswitch.cpp2405 static InstructionCost computeDomSubtreeCost( in computeDomSubtreeCost() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1132 InstructionCost InstructionCost = 0; in combine() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h38 class InstructionCost; variable