Searched refs:InsertPts (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp134 /// \param InsertPts existing insertion points
135 /// \pre NewPt and all instruction in InsertPts belong to the same function
136 /// \return true if one of the insertion point in InsertPts dominates NewPt,
138 bool isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts);
146 /// \param InsertPts existing insertion points
147 /// \pre NewPt and all instruction in InsertPts belong to the same function
149 /// \return true if it exists an insertion point in InsertPts that could
152 bool tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts);
184 /// Transfer the list of dominated uses of IPI to NewPt in InsertPts.
185 /// Append Use to this list and delete the entry of IPI in InsertPts
186 appendAndTransferDominatedUses(Instruction *NewPt, Use &Use, InsertionPoints::iterator &IPI, InsertionPoints &InsertPts) argument
342 isDominated(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts) argument
368 tryAndMerge(Instruction *NewPt, Use &Use, InsertionPoints &InsertPts) argument
444 InsertionPoints &InsertPts = local
468 const InsertionPoints &InsertPts = FctToInstPtsIt.second; local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp258 SmallVector<Instruction *, 8> InsertPts; local
263 Changed |= promoteLoopAccessesToScalars(AS, ExitBlocks, InsertPts,
876 SmallVectorImpl<Instruction*>&InsertPts,
1008 InsertPts.clear();
1009 InsertPts.reserve(ExitBlocks.size());
1011 InsertPts.push_back(&*ExitBlock->getFirstInsertionPt());
1035 InsertPts, PIC, *CurAST, *LI, DL, Alignment, AATags);

Completed in 64 milliseconds