Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dgbc_expander.cc419 void InsertStackOverflowCheck(llvm::Function& func);
456 InsertStackOverflowCheck(func); // TODO: Use intrinsic. in runOnFunction()
1398 void GBCExpanderPass::InsertStackOverflowCheck(llvm::Function& func) { in InsertStackOverflowCheck() function in __anonb828269f0111::GBCExpanderPass