Home
last modified time | relevance | path

Searched refs:DisableTailCalls (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h156 bool DisableTailCalls; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc200 static cl::opt<bool> DisableTailCalls("disable-tail-calls",
400 if (DisableTailCalls.getNumOccurrences() > 0)
402 toStringRef(DisableTailCalls));
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_auto_monad.cc400 DisableTailCalls(); in Run()
460 void DisableTailCalls() { in DisableTailCalls() function in mindspore::session::__anon8f02f8710111::CallInfoFinder