Home
last modified time | relevance | path

Searched defs:CurrentTop (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DSafeStack.cpp483 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp453 Value *CurrentTop = DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop; in createStackRestorePoints() local
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h240 MachineBasicBlock::iterator CurrentTop; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h274 MachineBasicBlock::iterator CurrentTop; variable