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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp661 auto FallthroughProb = UnhandledProbs; local
671 FallthroughProb -= DefaultProb / 2;
686 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10246 auto FallthroughProb = UnhandledProbs; local
10256 FallthroughProb -= DefaultProb / 2;
10269 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);

Completed in 199 milliseconds