Searched refs:IsOptNone (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp106 AArch64PreLegalizerCombiner(bool IsOptNone = false);
114 bool IsOptNone; member in class:__anon2043::AArch64PreLegalizerCombiner
124 if (!IsOptNone) {
131 AArch64PreLegalizerCombiner::AArch64PreLegalizerCombiner(bool IsOptNone) argument
132 : MachineFunctionPass(ID), IsOptNone(IsOptNone) {
146 IsOptNone ? nullptr : &getAnalysis<MachineDominatorTree>();
165 FunctionPass *createAArch64PreLegalizeCombiner(bool IsOptNone) { argument
166 return new AArch64PreLegalizerCombiner(IsOptNone);
H A DAArch64.h58 FunctionPass *createAArch64PreLegalizeCombiner(bool IsOptNone);
H A DAArch64TargetMachine.cpp535 bool IsOptNone = getOptLevel() == CodeGenOpt::None; local
536 addPass(createAArch64PreLegalizeCombiner(IsOptNone));

Completed in 62 milliseconds