Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp316 Instruction *CurrentHead = AtEntry.CreateLoad(Head, "gc_currhead"); in runOnFunction() local
346 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp401 Instruction *CurrentHead = AtEntry.CreateLoad(Head, "gc_currhead"); in performCustomLowering() local
429 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in performCustomLowering()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp413 Instruction *CurrentHead = AtEntry.CreateLoad(Head, "gc_currhead"); in runOnFunction() local
443 AtEntry.CreateStore(CurrentHead, EntryNextPtr); in runOnFunction()