Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Weights

1312     // When computing PGO branch weights, we only know the overall count for
1366 // Create branch weights based on the number of times we get here and the
1369 llvm::MDNode *Weights =
1378 Builder.CreateCondBr(CondV, TrueBlock, FalseBlock, Weights, Unpredictable);