OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckForLiveRegDef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
444
///
CheckForLiveRegDef
- Return true and update live register vector if the
446
static bool
CheckForLiveRegDef
(SUnit *SU, unsigned Reg,
476
CheckForLiveRegDef
(Pred.getSUnit(), Pred.getReg(), LiveRegDefs,
502
CheckForLiveRegDef
(SU, Reg, LiveRegDefs, RegAdded, LRegs, TRI);
515
CheckForLiveRegDef
(SU, *Reg, LiveRegDefs, RegAdded, LRegs, TRI);
ScheduleDAGRRList.cpp
1295
///
CheckForLiveRegDef
- Return true and update live register vector if the
1297
static void
CheckForLiveRegDef
(SUnit *SU, unsigned Reg,
1357
CheckForLiveRegDef
(Pred.getSUnit(), Pred.getReg(), LiveRegDefs.get(),
1382
CheckForLiveRegDef
(SU, Reg, LiveRegDefs.get(), RegAdded, LRegs, TRI);
1422
CheckForLiveRegDef
(SU, Reg, LiveRegDefs.get(), RegAdded, LRegs, TRI);
1428
CheckForLiveRegDef
(SU, *Reg, LiveRegDefs.get(), RegAdded, LRegs, TRI);
Completed in 21 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026