OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineDominatorTree
(Results
26 - 50
of
58
) sorted by null
1
2
3
/external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp
189
AU.addRequired<
MachineDominatorTree
>();
226
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
611
const
MachineDominatorTree
*MDT) {
695
const
MachineDominatorTree
*MDT) {
778
const
MachineDominatorTree
*MDT) {
[
all
...]
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
28
class
MachineDominatorTree
;
MachineScheduler.h
92
class
MachineDominatorTree
;
104
const
MachineDominatorTree
*MDT;
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
133
AU.addRequired<
MachineDominatorTree
>();
140
MachineDominatorTree
*MDT;
162
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
675
MDT = &getAnalysis<
MachineDominatorTree
>();
/external/llvm/lib/CodeGen/
StackColoring.cpp
181
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
188
AU.addRequired<
MachineDominatorTree
>();
189
AU.addPreserved<
MachineDominatorTree
>();
MachineLICM.cpp
83
MachineDominatorTree
*DT; // Machine dominator tree for the cur loop
140
AU.addRequired<
MachineDominatorTree
>();
143
AU.addPreserved<
MachineDominatorTree
>();
244
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
295
DT = &getAnalysis<
MachineDominatorTree
>();
[
all
...]
PeepholeOptimizer.cpp
127
MachineDominatorTree
*DT; // Machine dominator tree
141
AU.addRequired<
MachineDominatorTree
>();
142
AU.addPreserved<
MachineDominatorTree
>();
399
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
[
all
...]
PostRASchedulerList.cpp
92
AU.addRequired<
MachineDominatorTree
>();
93
AU.addPreserved<
MachineDominatorTree
>();
MachineBlockPlacement.cpp
228
MachineDominatorTree
*MDT;
291
AU.addRequired<
MachineDominatorTree
>();
304
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
[
all
...]
LiveRangeCalc.cpp
31
MachineDominatorTree
*MDT,
MachineCombiner.cpp
96
AU.addPreserved<
MachineDominatorTree
>();
PrologEpilogInserter.cpp
109
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
123
AU.addPreserved<
MachineDominatorTree
>();
[
all
...]
RegAllocPBQP.cpp
516
au.addRequired<
MachineDominatorTree
>();
517
au.addPreserved<
MachineDominatorTree
>();
PHIElimination.cpp
127
AU.addPreserved<
MachineDominatorTree
>();
RegAllocGreedy.cpp
126
MachineDominatorTree
*DomTree;
474
AU.addRequired<
MachineDominatorTree
>();
475
AU.addPreserved<
MachineDominatorTree
>();
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp
73
AU.addRequired<
MachineDominatorTree
>();
74
AU.addPreserved<
MachineDominatorTree
>();
108
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
HexagonEarlyIfConv.cpp
147
AU.addRequired<
MachineDominatorTree
>();
148
AU.addPreserved<
MachineDominatorTree
>();
194
MachineDominatorTree
*MDT;
[
all
...]
HexagonGenInsert.cpp
476
AU.addRequired<
MachineDominatorTree
>();
477
AU.addPreserved<
MachineDominatorTree
>();
529
MachineDominatorTree
*MDT;
[
all
...]
HexagonBitSimplify.cpp
152
AU.addRequired<
MachineDominatorTree
>();
153
AU.addPreserved<
MachineDominatorTree
>();
190
MachineDominatorTree
*MDT;
213
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
908
DeadCodeElimination(MachineFunction &mf,
MachineDominatorTree
&mdt)
922
MachineDominatorTree
&MDT;
[
all
...]
HexagonVLIWPacketizer.cpp
74
AU.addRequired<
MachineDominatorTree
>();
76
AU.addPreserved<
MachineDominatorTree
>();
95
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
[
all
...]
HexagonHardwareLoops.cpp
75
MachineDominatorTree
*MDT;
93
AU.addRequired<
MachineDominatorTree
>();
338
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
354
MDT = &getAnalysis<
MachineDominatorTree
>();
[
all
...]
/external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp
116
AU.addRequired<
MachineDominatorTree
>();
117
AU.addPreserved<
MachineDominatorTree
>();
R600Packetizer.cpp
43
AU.addRequired<
MachineDominatorTree
>();
44
AU.addPreserved<
MachineDominatorTree
>();
AMDILCFGStructurizer.cpp
151
AU.addRequired<
MachineDominatorTree
>();
173
MDT = &getAnalysis<
MachineDominatorTree
>();
184
MachineDominatorTree
*MDT;
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp
123
INITIALIZE_PASS_DEPENDENCY(
MachineDominatorTree
)
137
AU.addPreserved<
MachineDominatorTree
>();
[
all
...]
Completed in 935 milliseconds
1
2
3