Home
last modified time | relevance | path

Searched defs:InsertPts (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp210 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 DConstantHoisting.cpp279 auto &InsertPts = InsertPtsMap[Node].first; findBestInsertionSet() local
325 SetVector<BasicBlock::iterator> InsertPts; findConstantInsertionPoint() local
[all...]
H A DLICM.cpp493 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 DInstrProfiling.cpp381 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