Searched defs:InsertPts (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 210 InsertionPoints &InsertPts) { in appendAndTransferDominatedUses() 383 InsertionPoints &InsertPts) { in isDominated() 409 InsertionPoints &InsertPts) { in tryAndMerge() 459 Instruction *User, unsigned OpNo, InsertionPoints &InsertPts) { in computeInsertionPoint() 501 InsertionPoints &InsertPts) { in insertDefinitions() 544 InsertionPoints InsertPts; in promoteConstants() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 278 auto &InsertPts = InsertPtsMap[Node].first; findBestInsertionSet() local 323 SetVector<Instruction *> InsertPts; findConstantInsertionPoint() local [all...] |
H A D | LICM.cpp | 484 SmallVector<BasicBlock::iterator, 8> InsertPts; runOnLoop() local 1955 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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 330 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 388 ArrayRef<Instruction *> InsertPts; global() member in __anon07360f7d0111::PGOCounterPromoterHelper 556 SmallVector<Instruction *, 8> InsertPts; global() member in __anon07360f7d0111::PGOCounterPromoter
|