Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8782 auto FallthroughProb = UnhandledProbs; in lowerWorkItem() local
8792 FallthroughProb -= DefaultProb / 2; in lowerWorkItem()
8799 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb); in lowerWorkItem()