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

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 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.
187 InsertionPoints::iterator &IPI,
190 IPI->second.push_back(&Use);
191 // Transfer the dominated uses of IPI to NewPt
194 // value so that we don't have to dereference IPI->second.
195 Instruction *OldInstr = IPI->first;
196 Uses OldUses = std::move(IPI->second);
198 // Erase IPI.
350 for (auto &IPI : InsertPts)
    [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 491 const PassInfo *IPI = PR->getPassInfo(StringRef("machineinstr-printer"));
492 assert (TPI && IPI && "Pass ID not registered!");
494 const char *IID = (const char *)(IPI->getTypeInfo());

Completed in 523 milliseconds