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

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 150 /// \param InsertPts existing insertion points
151 /// \pre NewPt and all instruction in InsertPts belong to the same function
152 /// \return true if one of the insertion point in InsertPts dominates NewPt,
155 InsertionPoints &InsertPts);
164 /// \param InsertPts existing insertion points
165 /// \pre NewPt and all instruction in InsertPts belong to the same function
167 /// \return true if it exists an insertion point in InsertPts that could
171 InsertionPoints &InsertPts);
179 /// \param[out] InsertPts output storage of the analysis
181 InsertionPoints &InsertPts);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 252 SmallVector<Instruction *, 8> InsertPts;
258 AS, ExitBlocks, InsertPts, PIC, LI, DT, TLI, L, CurAST, &SafetyInfo);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 1204 milliseconds