Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp181 Instruction *InsPt = &Entry.front(); in InsertStackProtectors() local
183 AI = new AllocaInst(PtrTy, "StackGuardSlot", InsPt); in InsertStackProtectors()
184 LoadInst *LI = new LoadInst(StackGuardVar, "StackGuard", false, InsPt); in InsertStackProtectors()
189 Args, "", InsPt); in InsertStackProtectors()