Home
last modified time | relevance | path

Searched refs:removeCallSite (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h100 void removeCallSite(CallBase &CS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp164 void CallGraphUpdater::removeCallSite(CallBase &CS) { in removeCallSite() function in CallGraphUpdater
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1831 void removeCallSite(CallInst *CI) {
1835 Configuration.CGUpdater.removeCallSite(*CI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1454 CGUpdater.removeCallSite(*CI); in deleteParallelRegions()
1897 CGUpdater.removeCallSite(*CI); in deduplicateRuntimeCalls()
H A DAttributor.cpp2558 Configuration.CGUpdater.removeCallSite(*CB); in cleanupIR()