HomeSort by: relevance | last modified time | path
    Searched refs:insertBefore (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist_base.h 76 template <class T> static void insertBefore(T &Next, T &N) {
simple_ilist.h 160 list_base_type::insertBefore(*I.getNodePtr(), *this->getNodePtr(&Node));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonOptimizeSZextends.cpp 86 SI->insertBefore(First);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 170 Instruction *InsertBefore = nullptr;
172 InsertBefore =
175 InsertBefore = &*std::next(CB.getIterator());
178 auto *Cast = CastInst::CreateBitOrPointerCast(&CB, RetTy, "", InsertBefore);
303 NewInst->insertBefore(ThenTerm);
313 NewBitCast->insertBefore(ThenTerm);
324 NewRet->insertBefore(ThenTerm);
349 NewInst->insertBefore(ThenTerm);
AssumeBundleBuilder.cpp 300 Intr->insertBefore(I);
505 MergedAssume->insertBefore(InsertPt);
LoopRotationUtils.cpp 468 C->insertBefore(LoopEntryBranch);
507 NewNAD->insertBefore(NewHeaderInsertionPoint);
LoopVersioning.cpp 84 I->insertBefore(RuntimeCheckBB->getTerminator());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanTransforms.cpp 88 NewRecipe->insertBefore(Ingredient);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
array.d 96 arr.insertBefore(arr[1..$], 1);
1044 size_t insertBefore(Stuff)(Range r, Stuff stuff)
1051 "Failed to allocate capacity to insertBefore");
1062 size_t insertBefore(Stuff)(Range r, Stuff stuff)
1074 "Failed to allocate capacity to insertBefore");
1103 alias stableInsertBefore = insertBefore;
1132 return result + insertBefore(r, stuff);
1150 insertBefore(r, stuff);
1351 assert(a.insertBefore(r, 42) == 1);
1354 assert(a.insertBefore(r, [8, 9]) == 2)
    [all...]
dlist.d 486 size_t insertBefore(Stuff)(Range r, Stuff stuff)
498 alias stableInsertBefore = insertBefore;
978 dl.insertBefore(dl[], "e"); // insert at the front
982 dl.insertBefore(dlr, "c"); // insert before "b"
package.d 1077 size_t insertBefore(Stuff)(Range r, Stuff stuff)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp 227 Copy->insertBefore(Before);
381 CallPN->insertBefore(OriginalBegin);
405 NewPN->insertBefore(&*TailBB->begin());
MergedLoadStoreMotion.cpp 260 SNew->insertBefore(&*InsertPt);
261 ANew->insertBefore(SNew);
TailRecursionElimination.cpp 718 AccRecInstrNew->insertBefore(RI);
745 AccRecInstrNew->insertBefore(SI);
LoopInterchange.cpp 1339 NewI->insertBefore(NewLatch->getFirstNonPHI());
1403 /// InsertBefore
1404 static void moveBBContents(BasicBlock *FromBB, Instruction *InsertBefore) {
1405 auto &ToList = InsertBefore->getParent()->getInstList();
1408 ToList.splice(InsertBefore->getIterator(), FromList, FromList.begin(),
1426 I->insertBefore(BB2->getTerminator());
1539 NewPhi->insertBefore(InnerLatch->getFirstNonPHI());
LoopSink.cpp 239 IC->insertBefore(&*N->getFirstInsertionPt());
SeparateConstOffsetFromGEP.cpp 659 Ext->insertBefore(IP);
1093 NewGEP->insertBefore(GEP);
  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
Commit.h 78 bool insertBefore(SourceLocation loc, StringRef text) {
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 276 commit.insertBefore(LocBeforeVal, "] = ");
279 commit.insertBefore(LocBeforeVal, "[");
512 commit.insertBefore(ValRange.getBegin(), ": ");
516 commit.insertBefore(ValRange.getBegin(), "@{");
960 commit.insertBefore(Range.getBegin(), "(id)");
1113 commit.insertBefore(ArgRange.getBegin(), "@");
1152 commit.insertBefore(ArgRange.getBegin(), "@");
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
RewriteRule.h 197 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) {
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 275 commit.insertBefore(receiver->getBeginLoc(), "(");
1263 commit.insertBefore(OM->getEndLoc(), " NS_RETURNS_INNER_POINTER");
1275 commit.insertBefore(P->getEndLoc(), " NS_RETURNS_INNER_POINTER ");
1401 commit.insertBefore(FirstFD->getBeginLoc(), PragmaString);
1491 commit.insertBefore(pd->getLocation(), "CF_CONSUMED ");
1497 commit.insertBefore(pd->getLocation(), "NS_CONSUMED ");
1603 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString);
1617 commit.insertBefore(pd->getLocation(), "CF_CONSUMED ");
1645 commit.insertBefore(MethodDecl->getEndLoc(), " NS_CONSUMES_SELF");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PoisonChecking.cpp 273 NewPHI->insertBefore(OldPHI);
  /src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/
sorttable.js 48 table.insertBefore(the,table.firstChild);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
sorttable.js 48 table.insertBefore(the,table.firstChild);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 129 void insertBefore(Instruction *InsertPos);
844 Instruction *InsertBefore = nullptr);

Completed in 79 milliseconds

1 2 3