OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findKill
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
105
///
findKill
- Find a kill instruction in MBB. Return NULL if none is found.
106
MachineInstr *
findKill
(const MachineBasicBlock *MBB) const;
/external/llvm/lib/CodeGen/
LiveVariables.cpp
60
LiveVariables::VarInfo::
findKill
(const MachineBasicBlock *MBB) const {
730
return
findKill
(&MBB);
PHIElimination.cpp
278
if (MachineInstr *OldKill = VI.
findKill
(&MBB)) {
TwoAddressInstructionPass.cpp
770
KillMI = LV->getVarInfo(Reg).
findKill
(MBB);
[
all
...]
Completed in 133 milliseconds