OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandlePhysRegKill
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
152
///
HandlePhysRegKill
- Add kills of Reg and its sub-registers to the
155
bool
HandlePhysRegKill
(unsigned Reg, MachineInstr *MI);
157
/// HandleRegMask - Call
HandlePhysRegKill
for all registers clobbered by Mask.
/external/llvm/lib/CodeGen/
LiveVariables.cpp
311
bool LiveVariables::
HandlePhysRegKill
(unsigned Reg, MachineInstr *MI) {
423
// Call
HandlePhysRegKill
() for all live registers clobbered by Mask.
439
HandlePhysRegKill
(Super, 0);
472
HandlePhysRegKill
(Reg, MI);
479
HandlePhysRegKill
(SubReg, MI);
Completed in 18 milliseconds