Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3482 auto &FreeCall = OMPInfoCache.RFIs[OMPRTL___kmpc_free_shared]; in manifest() local
3498 if (C && C->getCalledFunction() == FreeCall.Declaration) in manifest()
H A DAttributorAttributes.cpp6698 for (CallBase *FreeCall : AI.PotentialFreeCalls) { in manifest()
6699 LLVM_DEBUG(dbgs() << "H2S: Removing free call: " << *FreeCall << "\n"); in manifest()
6700 A.deleteAfterManifest(*FreeCall); in manifest()