Searched refs:insertCallSiteStore (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 71 void insertCallSiteStore(Instruction *I, int Number); 103 void SjLjEHPrepare::insertCallSiteStore(Instruction *I, int Number) { in insertCallSiteStore() function in SjLjEHPrepare 406 insertCallSiteStore(Invokes[I], I + 1); in setupEntryBlockAndCallSites() 426 insertCallSiteStore(&I, -1); in setupEntryBlockAndCallSites()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 82 void insertCallSiteStore(Instruction *I, int Number, Value *CallSite); 139 void SjLjEHPass::insertCallSiteStore(Instruction *I, int Number, in insertCallSiteStore() function in SjLjEHPass 210 insertCallSiteStore(II, InvokeNo, CallSite); in markInvokeCallSite() 682 insertCallSiteStore(CI, -1, CallSite); in insertSjLjEHSupport() 684 insertCallSiteStore(RI, -1, CallSite); in insertSjLjEHSupport() 982 insertCallSiteStore(Invokes[I], I + 1, CallSite); in setupEntryBlockAndCallSites() 1001 insertCallSiteStore(CI, -1, CallSite); in setupEntryBlockAndCallSites() 1003 insertCallSiteStore(RI, -1, CallSite); in setupEntryBlockAndCallSites()
|