/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 210 appendAndTransferDominatedUses(Instruction * NewPt,Instruction * User,unsigned OpNo,InsertionPoints::iterator & IPI,InsertionPoints & InsertPts) appendAndTransferDominatedUses() argument 383 isDominated(Instruction * NewPt,Instruction * User,unsigned OpNo,InsertionPoints & InsertPts) isDominated() argument 409 tryAndMerge(Instruction * NewPt,Instruction * User,unsigned OpNo,InsertionPoints & InsertPts) tryAndMerge() argument 459 computeInsertionPoint(Instruction * User,unsigned OpNo,InsertionPoints & InsertPts) computeInsertionPoint() argument 501 insertDefinitions(Function & F,GlobalVariable & PromotedGV,InsertionPoints & InsertPts) insertDefinitions() argument 544 InsertionPoints InsertPts; promoteConstants() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 279 auto &InsertPts = InsertPtsMap[Node].first; findBestInsertionSet() local 325 SetVector<BasicBlock::iterator> InsertPts; findConstantInsertionPoint() local [all...] |
H A D | LICM.cpp | 493 SmallVector<BasicBlock::iterator, 8> InsertPts; runOnLoop() local 1967 promoteLoopAccessesToScalars(const SmallSetVector<Value *,8> & PointerMustAliases,SmallVectorImpl<BasicBlock * > & ExitBlocks,SmallVectorImpl<BasicBlock::iterator> & InsertPts,SmallVectorImpl<MemoryAccess * > & MSSAInsertPts,PredIteratorCache & PIC,LoopInfo * LI,DominatorTree * DT,AssumptionCache * AC,const TargetLibraryInfo * TLI,TargetTransformInfo * TTI,Loop * CurLoop,MemorySSAUpdater & MSSAU,ICFLoopSafetyInfo * SafetyInfo,OptimizationRemarkEmitter * ORE,bool AllowSpeculation,bool HasReadsOutsideSet) promoteLoopAccessesToScalars() argument
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 381 PGOCounterPromoterHelper(Instruction * L,Instruction * S,SSAUpdater & SSA,Value * Init,BasicBlock * PH,ArrayRef<BasicBlock * > ExitBlocks,ArrayRef<Instruction * > InsertPts,DenseMap<Loop *,SmallVector<LoadStorePair,8>> & LoopToCands,LoopInfo & LI) PGOCounterPromoterHelper() argument 439 ArrayRef<Instruction *> InsertPts; global() member in __anon3702eafe0111::PGOCounterPromoterHelper 607 SmallVector<Instruction *, 8> InsertPts; global() member in __anon3702eafe0111::PGOCounterPromoter
|