HomeSort by: relevance | last modified time | path
    Searched refs:NewIP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
SymbolTableListTraitsImpl.h 92 ItemParentClass *NewIP = getListOwner();
93 invalidateParentIListOrdering(NewIP);
97 if (NewIP == OldIP)
102 ValueSymbolTable *NewST = getSymTab(NewIP);
110 V.setParent(NewIP);
118 first->setParent(NewIP);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
Disassembler.h 115 void setIP(MCInstPrinter *NewIP) { IP.reset(NewIP); }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3178 ComplexType *NewIP = ComplexTypes.FindNodeOrInsertPos(ID, InsertPos);
3179 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3206 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
3207 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3296 BlockPointerType *NewIP =
3298 assert(!NewIP && "Shouldn't be in the map!"); (void)NewIP;
3333 LValueReferenceType *NewIP
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 9697 auto NewIP = std::next(BasicBlock::iterator(LastInst));
9698 Builder.SetInsertPoint(&*NewIP);

Completed in 28 milliseconds