Home
last modified time | relevance | path

Searched defs:FreeCall (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp581 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd); in CreateFree() local
588 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
/external/llvm/lib/IR/
DInstructions.cpp619 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd); in CreateFree() local
626 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp504 Instruction* FreeCall = createFree(Source, NULL, InsertAtEnd); in CreateFree() local