Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp915 auto FallthroughProb = UnhandledProbs; in lowerJumpTableWorkItem() local
925 FallthroughProb -= DefaultProb / 2; in lowerJumpTableWorkItem()
940 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerJumpTableWorkItem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10608 auto FallthroughProb = UnhandledProbs; in lowerWorkItem() local
10618 FallthroughProb -= DefaultProb / 2; in lowerWorkItem()
10631 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerWorkItem()