OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invalidateLiveness
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
145
///
invalidateLiveness
- Indicates that register liveness is no longer being
150
void
invalidateLiveness
() { TracksLiveness = false; }
/external/llvm/lib/Target/AArch64/
AArch64BranchFixupPass.cpp
197
MF->getRegInfo().
invalidateLiveness
();
/external/llvm/lib/CodeGen/
BranchFolding.cpp
192
MRI.
invalidateLiveness
();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
395
MF->getRegInfo().
invalidateLiveness
();
[
all
...]
Completed in 44 milliseconds