Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCallGraphUpdater.h100 void removeCallSite(CallBase &CS);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp162 void CallGraphUpdater::removeCallSite(CallBase &CS) { in removeCallSite() function in CallGraphUpdater
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1755 void removeCallSite(CallInst *CI) {
1759 Configuration.CGUpdater.removeCallSite(*CI);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1347 CGUpdater.removeCallSite(*CI); in deleteParallelRegions()
1769 CGUpdater.removeCallSite(*CI); in deduplicateRuntimeCalls()
H A DAttributor.cpp2378 Configuration.CGUpdater.removeCallSite(*CB); in cleanupIR()