Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp458 Instruction *StoreStackAddr = new StoreInst(StackAddr, StackPtr, true); in setupEntryBlockAndCallSites() local
459 StoreStackAddr->insertAfter(StackAddr); in setupEntryBlockAndCallSites()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp448 Instruction *StoreStackAddr = new StoreInst(StackAddr, StackPtr, true); in setupEntryBlockAndCallSites() local
449 StoreStackAddr->insertAfter(StackAddr); in setupEntryBlockAndCallSites()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp701 Instruction *StoreStackAddr = new StoreInst(StackAddr, StackPtr, true); in insertSjLjEHSupport() local
702 StoreStackAddr->insertAfter(StackAddr); in insertSjLjEHSupport()