Searched refs:FreeCall (Results 1 – 3 of 3) sorted by relevance
948 Instruction *FreeCall = in CreateFree() local950 assert(FreeCall && "CreateFree did not create a CallInst"); in CreateFree()951 return FreeCall; in CreateFree()956 Instruction *FreeCall = createFree(Source, Bundles, nullptr, InsertAtEnd); in CreateFree() local957 assert(FreeCall && "CreateFree did not create a CallInst"); in CreateFree()958 return FreeCall; in CreateFree()
3257 auto &FreeCall = OMPInfoCache.RFIs[OMPRTL___kmpc_free_shared]; in manifest() local3273 if (C && C->getCalledFunction() == FreeCall.Declaration) in manifest()
6657 for (CallBase *FreeCall : AI.PotentialFreeCalls) { in manifest()6658 LLVM_DEBUG(dbgs() << "H2S: Removing free call: " << *FreeCall << "\n"); in manifest()6659 A.deleteAfterManifest(*FreeCall); in manifest()