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