OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DepSU
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MacroFusion.cpp
183
SUnit &
DepSU
= *Dep.getSUnit();
184
if (
DepSU
.isBoundaryNode())
188
const MachineInstr *DepMI =
DepSU
.getInstr();
189
if (!hasLessThanNumFused(
DepSU
, 2) ||
193
if (fuseInstructionPair(DAG,
DepSU
, AnchorSU))
MachineScheduler.cpp
3450
SUnit *
DepSU
= Dep.getSUnit();
3451
if (isTop ?
DepSU
->Succs.size() > 1 :
DepSU
->Preds.size() > 1)
3453
MachineInstr *Copy =
DepSU
->getInstr();
Completed in 24 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026