Searched refs:FirstI (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 453 for (auto FirstI = First.begin(), SecondI = Second.begin(); in mergeReplacements() local 454 FirstI != First.end() || SecondI != Second.end();) { in mergeReplacements() 456 (FirstI != First.end() && in mergeReplacements() 457 FirstI->getOffset() < SecondI->getOffset() + Delta); in mergeReplacements() 458 MergedReplacement Merged(NextIsFirst ? *FirstI : *SecondI, NextIsFirst, in mergeReplacements() 460 ++(NextIsFirst ? FirstI : SecondI); in mergeReplacements() 463 (!Merged.mergeSecond() && FirstI != First.end())) { in mergeReplacements() 464 auto &I = Merged.mergeSecond() ? SecondI : FirstI; in mergeReplacements()
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 513 static bool memoryIsNotModifiedBetween(Instruction *FirstI, in memoryIsNotModifiedBetween() argument 518 BasicBlock::iterator FirstBBI(FirstI); in memoryIsNotModifiedBetween() 521 BasicBlock *FirstBB = FirstI->getParent(); in memoryIsNotModifiedBetween()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 584 static bool memoryIsNotModifiedBetween(Instruction *FirstI, in memoryIsNotModifiedBetween() argument 589 BasicBlock::iterator FirstBBI(FirstI); in memoryIsNotModifiedBetween() 592 BasicBlock *FirstBB = FirstI->getParent(); in memoryIsNotModifiedBetween()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 114 static bool hasWriteToReadDep(const MachineInstr &FirstI, in hasWriteToReadDep() argument 117 for (auto &MO : FirstI.operands()) { in hasWriteToReadDep()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 143 static bool hasWriteToReadDep(const MachineInstr &FirstI, in hasWriteToReadDep() argument 146 for (auto &MO : FirstI.operands()) { in hasWriteToReadDep()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1832 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() local 1837 GV->getName(), &FirstI); in processInternalGlobal() 1839 new StoreInst(GV->getInitializer(), Alloca, &FirstI); in processInternalGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1924 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() local 1929 GV->getName(), &FirstI); in processInternalGlobal() 1931 new StoreInst(GV->getInitializer(), Alloca, &FirstI); in processInternalGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1758 Instruction& FirstI = const_cast<Instruction&>(*GS.AccessingFunction in ProcessInternalGlobal() local 1762 AllocaInst* Alloca = new AllocaInst(ElemTy, NULL, GV->getName(), &FirstI); in ProcessInternalGlobal() 1764 new StoreInst(GV->getInitializer(), Alloca, &FirstI); in ProcessInternalGlobal()
|