Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp808 Instruction *FreeCall = createFree(Source, None, nullptr, InsertAtEnd); in CreateFree() local
809 assert(FreeCall && "CreateFree did not create a CallInst"); in CreateFree()
810 return FreeCall; in CreateFree()
815 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local
816 assert(FreeCall && "CreateFree did not create a CallInst"); in CreateFree()
817 return FreeCall; in CreateFree()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp2663 auto &FreeCall = OMPInfoCache.RFIs[OMPRTL___kmpc_free_shared]; in manifest() local
2679 if (C && C->getCalledFunction() == FreeCall.Declaration) in manifest()
H A DAttributorAttributes.cpp5896 for (CallBase *FreeCall : AI.PotentialFreeCalls) { in manifest()
5897 LLVM_DEBUG(dbgs() << "H2S: Removing free call: " << *FreeCall << "\n"); in manifest()
5898 A.deleteAfterManifest(*FreeCall); in manifest()