Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp115 ConstantInt *CallSiteNoC = in insertCallSiteStore() local
117 Builder.CreateStore(CallSiteNoC, CallSite, true /*volatile*/); in insertCallSiteStore()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp141 ConstantInt *CallSiteNoC = ConstantInt::get(Type::getInt32Ty(I->getContext()), in insertCallSiteStore() local
144 new StoreInst(CallSiteNoC, CallSite, true, I); // volatile in insertCallSiteStore()
187 ConstantInt *CallSiteNoC= ConstantInt::get(Type::getInt32Ty(II->getContext()), in markInvokeCallSite() local
214 CallInst::Create(CallSiteFn, CallSiteNoC, "", II); in markInvokeCallSite()