Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Weights

1081     // When computing PGO branch weights, we only know the overall count for
1118 // Create branch weights based on the number of times we get here and the
1121 llvm::MDNode *Weights = PGO.createBranchWeights(TrueCount,
1126 Builder.CreateCondBr(CondV, TrueBlock, FalseBlock, Weights);