OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanonicalMIs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h
316
///
CanonicalMIs
and BlockMIs form a bidirectional map between any of the
318
DenseMap<MachineInstr *, MachineInstr *>
CanonicalMIs
;
358
if (
CanonicalMIs
.count(MI))
359
MI =
CanonicalMIs
[MI];
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp
1586
CanonicalMIs
[&*I] = &*I;
1587
CanonicalMIs
[&*NI] = &*I;
1642
BlockMIs[{DestBB,
CanonicalMIs
[MI]}] = NI;
1643
CanonicalMIs
[NI] =
CanonicalMIs
[MI];
1651
auto *KernelMI =
CanonicalMIs
[MI];
1683
CanonicalMIs
[NewMI] =
CanonicalMIs
[Phi];
1684
BlockMIs[{DestBB,
CanonicalMIs
[Phi]}] = NewMI;
1801
MachineInstr *CanonicalUse =
CanonicalMIs
[Use]
[
all
...]
Completed in 15 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026