HomeSort by relevance Sort by last modified time
    Searched refs:FreeCall (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Instructions.cpp 619 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd);
620 assert(FreeCall && "CreateFree did not create a CallInst");
621 return FreeCall;
626 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd);
627 assert(FreeCall && "CreateFree did not create a CallInst");
628 return FreeCall;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 504 Instruction* FreeCall = createFree(Source, NULL, InsertAtEnd);
505 assert(FreeCall && "CreateFree did not create a CallInst");
506 return FreeCall;
    [all...]

Completed in 141 milliseconds