Home
last modified time | relevance | path

Searched defs:OldCS (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Utils/
DCallGraphUpdater.cpp140 bool CallGraphUpdater::replaceCallSite(CallBase &OldCS, CallBase &NewCS) { in replaceCallSite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp108 Optional<function_ref<void(CallSite OldCS, CallSite NewCS)>> in doPromotion()
869 Optional<function_ref<void(CallSite OldCS, CallSite NewCS)>> in promoteArguments()
1138 auto ReplaceCallSite = [&](CallSite OldCS, CallSite NewCS) { in runOnSCC()
/external/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp108 Optional<function_ref<void(CallBase &OldCS, CallBase &NewCS)>> in doPromotion()
869 Optional<function_ref<void(CallBase &OldCS, CallBase &NewCS)>> in promoteArguments()
1138 auto ReplaceCallSite = [&](CallBase &OldCS, CallBase &NewCS) { in runOnSCC()