HomeSort by: relevance | last modified time | path
    Searched defs:LastI (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp 257 auto *LastI = cast<VPInstruction>(Last);
259 if (areConsecutiveOrMatch(LastI, CandidateI, IAI)) {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
CommonArgs.cpp 159 llvm::StringMap<unsigned>::iterator LastI = LastOpt.find(Name.drop_front(1));
160 assert(LastI != LastOpt.end());
161 unsigned Last = LastI->second;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 346 auto LastI = std::unique(Symbols.begin(), Symbols.end());
347 Symbols.erase(LastI, Symbols.end());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantFold.cpp 2420 gep_type_iterator LastI = gep_type_end(CE);
2423 LastI = I;
2447 else if (LastI.isSequential())
2449 PerformFold = (!LastI.isBoundedSequential() ||
2451 LastI.getSequentialNumElements(), CI)) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 714 MachineBasicBlock::iterator LastI = MBB.getFirstTerminator();
716 while (LastI != Begin) {
717 --LastI;
718 if (LastI->isTransient())
720 if (!LastI->getFlag(MachineInstr::FrameDestroy))
723 switch (LastI->getOpcode()) {
3178 MachineInstr *LastI = nullptr;
3193 LastI = I;
3198 if (LastI)
3199 MBB->splice(InsertI, MBB, LastI);
    [all...]

Completed in 62 milliseconds