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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h 312 SpecificBumpPtrAllocator<IRInstructionDataList> *IDLAllocator = nullptr;
325 /// Get an allocated IRInstructionDataList object using the IDLAllocator.
369 : InstDataAllocator(IDA), IDLAllocator(IDLA) {
378 IDL = new (IDLAllocator->Allocate())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
IRSimilarityIdentifier.cpp 240 return new (IDLAllocator->Allocate()) IRInstructionDataList();

Completed in 50 milliseconds