Home
last modified time | relevance | path

Searched refs:ShouldRun (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp47 bool ShouldRun = (BisectLimit == -1 || CurBisectNum <= BisectLimit); in shouldRunPass() local
48 printPassMessage(PassName, CurBisectNum, IRDescription, ShouldRun); in shouldRunPass()
49 return ShouldRun; in shouldRunPass()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoProbeInserter.cpp46 ShouldRun = M.getNamedMetadata(PseudoProbeDescMetadataName); in doInitialization()
51 if (!ShouldRun) in runOnMachineFunction()
135 bool ShouldRun = false; member in __anon94b8be080111::PseudoProbeInserter
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassInstrumentation.h240 bool ShouldRun = true; in runBeforePass() local
243 ShouldRun &= C(Pass.name(), llvm::Any(&IR)); in runBeforePass()
246 if (ShouldRun) { in runBeforePass()
254 return ShouldRun; in runBeforePass()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1049 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun() local
1050 if (!ShouldRun && DebugLogging) { in shouldRun()
1054 return ShouldRun; in shouldRun()
1061 bool ShouldRun = in shouldRun() local
1063 if (!ShouldRun && !this->HasWrittenIR && !OptBisectPrintIRPath.empty()) { in shouldRun()
1075 return ShouldRun; in shouldRun()