Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp439 uint64_t &FallThroughWeight) { in updateBranchWeights()
463 uint64_t &FallThroughWeight) { in initBranchWeights()
480 uint64_t FallThroughWeight) { in fixupBranchWeights()
776 uint64_t ExitWeight = 0, FallThroughWeight = 0; in peelLoop() local