OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineModuleInfoWrapperPass
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineStripDebug.cpp
44
getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
90
AU.addRequired<
MachineModuleInfoWrapperPass
>();
91
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
MachineCheckDebugify.cpp
31
getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
108
AU.addRequired<
MachineModuleInfoWrapperPass
>();
109
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
MachineFunctionPass.cpp
43
MachineModuleInfo &MMI = getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
103
AU.addRequired<
MachineModuleInfoWrapperPass
>();
104
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
MachineModuleInfo.cpp
331
AU.addRequired<
MachineModuleInfoWrapperPass
>();
332
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
337
getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
355
MachineModuleInfoWrapperPass
::
MachineModuleInfoWrapperPass
(
361
MachineModuleInfoWrapperPass
::
MachineModuleInfoWrapperPass
(
368
INITIALIZE_PASS(
MachineModuleInfoWrapperPass
, "machinemoduleinfo",
370
char
MachineModuleInfoWrapperPass
::ID = 0;
397
bool
MachineModuleInfoWrapperPass
::doInitialization(Module &M)
[
all
...]
LLVMTargetMachine.cpp
106
MachineModuleInfoWrapperPass
&MMIWP) {
211
MachineModuleInfoWrapperPass
*MMIWP) {
214
MMIWP = new
MachineModuleInfoWrapperPass
(this);
242
MachineModuleInfoWrapperPass
*MMIWP = new
MachineModuleInfoWrapperPass
(this);
MachineDebugify.cpp
173
getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
184
AU.addRequired<
MachineModuleInfoWrapperPass
>();
185
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
MachineFunctionSplitter.cpp
157
AU.addRequired<
MachineModuleInfoWrapperPass
>();
MachineOutliner.cpp
354
AU.addRequired<
MachineModuleInfoWrapperPass
>();
355
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
639
MachineModuleInfo &MMI = getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
1007
MachineModuleInfo &MMI = getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
79
friend class
MachineModuleInfoWrapperPass
;
279
class
MachineModuleInfoWrapperPass
: public ImmutablePass {
284
explicit
MachineModuleInfoWrapperPass
(const LLVMTargetMachine *TM = nullptr);
286
explicit
MachineModuleInfoWrapperPass
(const LLVMTargetMachine *TM,
/src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetMachine.h
38
class
MachineModuleInfoWrapperPass
;
349
MachineModuleInfoWrapperPass
*MMIWP = nullptr) {
413
MachineModuleInfoWrapperPass
*MMIWP = nullptr) override;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSLSHardening.cpp
379
AU.addRequired<
MachineModuleInfoWrapperPass
>();
380
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
418
auto &MMI = getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp
167
std::unique_ptr<
MachineModuleInfoWrapperPass
> MMIWP =
168
std::make_unique<
MachineModuleInfoWrapperPass
>(&LLVMTM);
183
auto MMIWP = std::make_unique<
MachineModuleInfoWrapperPass
>(TM.get());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64LowerHomogeneousPrologEpilog.cpp
81
AU.addRequired<
MachineModuleInfoWrapperPass
>();
82
AU.addPreserved<
MachineModuleInfoWrapperPass
>();
106
&getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
AArch64SLSHardening.cpp
445
auto &MMI = getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86IndirectThunks.cpp
267
auto &MMI = getAnalysis<
MachineModuleInfoWrapperPass
>().getMMI();
/src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp
629
MachineModuleInfoWrapperPass
*MMIWP =
630
new
MachineModuleInfoWrapperPass
(&LLVMTM);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
267
auto *MMIWP = getAnalysisIfAvailable<
MachineModuleInfoWrapperPass
>();
Completed in 25 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026