Searched refs:Promoter (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 908 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote() local 910 Promoter.Mutate(); in TryToPromote()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 566 PGOCounterPromoterHelper Promoter(Cand.first, Cand.second, SSA, InitVal, in run() local 569 Promoter.run(SmallVector<Instruction *, 2>({Cand.first, Cand.second})); in run() 907 PGOCounterPromoter Promoter(LoopPromotionCandidates, *Loop, LI, BFI.get()); in promoteCounterLoadStores() local 908 Promoter.run(&TotalCountersPromoted); in promoteCounterLoadStores()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 2167 LoopPromoter Promoter(SomePtr, LoopUses, SSA, ExitBlocks, InsertPts, in promoteLoopAccessesToScalars() local 2200 Promoter.run(LoopUses); in promoteLoopAccessesToScalars()
|
| H A D | SROA.cpp | 5606 BasicLoadAndStorePromoter Promoter(Insts, SSA, PartitionType); in propagateStoredValuesToLoads() local 5607 Promoter.run(Insts); in propagateStoredValuesToLoads()
|