OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:determinePrologueDeath
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h
81
bool
determinePrologueDeath
(MachineBasicBlock &MBB, unsigned Reg) const;
AArch64FrameLowering.cpp
407
bool AArch64FrameLowering::
determinePrologueDeath
(MachineBasicBlock &MBB,
468
// store, though there are exceptions (see
determinePrologueDeath
).
469
StLow = getKillRegState(
determinePrologueDeath
(MBB, CSI[i+1].getReg()));
470
StHigh = getKillRegState(
determinePrologueDeath
(MBB, CSI[i].getReg()));
485
State = getKillRegState(
determinePrologueDeath
(MBB, CSI[i].getReg()));
Completed in 220 milliseconds