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

/external/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp132 /// \param InsertPts existing insertion points
133 /// \pre NewPt and all instruction in InsertPts belong to the same function
134 /// \return true if one of the insertion point in InsertPts dominates NewPt,
137 InsertionPoints &InsertPts);
145 /// \param InsertPts existing insertion points
146 /// \pre NewPt and all instruction in InsertPts belong to the same function
148 /// \return true if it exists an insertion point in InsertPts that could
152 InsertionPoints &InsertPts);
184 /// Transfer the list of dominated uses of IPI to NewPt in InsertPts.
185 /// Append UseIt to this list and delete the entry of IPI in InsertPts
186 appendAndTransferDominatedUses(Instruction *NewPt, Value::user_iterator &UseIt, InsertionPoints::iterator &IPI, InsertionPoints &InsertPts) argument
346 isDominated(Instruction *NewPt, Value::user_iterator &UseIt, InsertionPoints &InsertPts) argument
373 tryAndMerge(Instruction *NewPt, Value::user_iterator &UseIt, InsertionPoints &InsertPts) argument
450 InsertionPoints &InsertPts = local
476 InsertionPoints &InsertPts = FctToInstPtsIt->second; local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp193 SmallVectorImpl<Instruction*> &InsertPts,
301 SmallVector<Instruction *, 8> InsertPts; local
307 PromoteAliasSet(*I, ExitBlocks, InsertPts, PIC);
767 SmallVectorImpl<Instruction*> &InsertPts,
890 InsertPts.resize(ExitBlocks.size());
892 InsertPts[i] = ExitBlocks[i]->getFirstInsertionPt();
899 InsertPts, PIC, *CurAST, *LI, DL, Alignment, TBAATag);
765 PromoteAliasSet(AliasSet &AS, SmallVectorImpl<BasicBlock*> &ExitBlocks, SmallVectorImpl<Instruction*> &InsertPts, PredIteratorCache &PIC) argument

Completed in 94 milliseconds