Home
last modified time | relevance | path

Searched defs:SizeCost (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.h37 uint64_t SizeCost; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1354 InstructionCost SizeCost = std::get<0>(OutliningCosts); in tryPartialInline() local