HomeSort by relevance Sort by last modified time
    Searched refs:InsertPts (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 132 /// \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
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 193 SmallVectorImpl<Instruction*> &InsertPts,
301 SmallVector<Instruction *, 8> InsertPts;
307 PromoteAliasSet(*I, ExitBlocks, InsertPts, PIC);
767 SmallVectorImpl<Instruction*> &InsertPts,
    [all...]

Completed in 4298 milliseconds