OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurrentTop
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp
463
Value *
CurrentTop
= DynamicTop ? IRB.CreateLoad(DynamicTop) : StaticTop;
464
IRB.CreateStore(
CurrentTop
, UnsafeStackPtr);
/external/llvm/include/llvm/CodeGen/
MachineScheduler.h
242
MachineBasicBlock::iterator
CurrentTop
;
261
CurrentTop
(), CurrentBottom(), NextClusterPred(nullptr),
297
MachineBasicBlock::iterator top() const { return
CurrentTop
; }
Completed in 41 milliseconds