OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findKill
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h
102
///
findKill
- Find a kill instruction in MBB. Return NULL if none is found.
103
MachineInstr *
findKill
(const MachineBasicBlock *MBB) const;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveVariables.cpp
60
LiveVariables::VarInfo::
findKill
(const MachineBasicBlock *MBB) const {
729
return
findKill
(&MBB);
PHIElimination.cpp
330
if (reusedIncoming && (OldKill = VI.
findKill
(&MBB))) {
TwoAddressInstructionPass.cpp
744
KillMI = LV->getVarInfo(Reg).
findKill
(MBB);
933
KillMI = LV->getVarInfo(Reg).
findKill
(MBB);
Completed in 46 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026