Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp243 CGU.removeCallSite(*Call); in DeleteBasicBlock()
245 CGU.removeCallSite(*Call); in DeleteBasicBlock()
H A DOpenMPOpt.cpp1229 CGUpdater.removeCallSite(*CI); in deleteParallelRegions()
1639 CGUpdater.removeCallSite(*CI); in deduplicateRuntimeCalls()
H A DAttributor.cpp1720 CGUpdater.removeCallSite(*CB); in cleanupIR()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h99 void removeCallSite(CallBase &CS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp160 void CallGraphUpdater::removeCallSite(CallBase &CS) { in removeCallSite() function in CallGraphUpdater
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1452 void removeCallSite(CallInst *CI) {
1456 CGUpdater.removeCallSite(*CI);