Lines Matching defs:BranchWeights
183 MDNode *BranchWeights = nullptr;
187 BranchWeights = MDB.createBranchWeights(UnrolledLoopHeaderWeights);
190 BranchWeights);
313 MDNode *BranchWeights = nullptr;
317 BranchWeights = MDB.createBranchWeights(1, Count - 1);
319 B.CreateCondBr(BrLoopExit, EpilogPreHeader, Exit, BranchWeights);
399 MDNode *BranchWeights = nullptr;
416 BranchWeights = MDB.createBranchWeights(BackEdgeWeight, ExitWeight);
418 Builder.CreateCondBr(IdxCmp, FirstLoopBB, InsertBot, BranchWeights);
797 MDNode *BranchWeights = nullptr;
801 BranchWeights = MDB.createBranchWeights(EpilogHeaderWeights);
803 B.CreateCondBr(BranchVal, RemainderLoop, UnrollingLoop, BranchWeights);