reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/AArch64/AArch64GenDAGISel.inc
114582   case 22: return (!MF->getFunction().hasOptNone() || MF->getProperties().hasProperty(MachineFunctionProperties::Property::FailedISel) || !MF->getProperties().hasProperty(MachineFunctionProperties::Property::Legalized));
gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
  120   if (!MF->getFunction().hasOptNone() || MF->getProperties().hasProperty(MachineFunctionProperties::Property::FailedISel) || !MF->getProperties().hasProperty(MachineFunctionProperties::Property::Legalized))
lib/Analysis/GlobalsModRef.cpp
  517       if (F->isDeclaration() || F->hasOptNone()) {
  570       if (Node->getFunction()->hasOptNone())
lib/Analysis/InlineCost.cpp
 2053   if (Caller->hasOptNone())
lib/Analysis/LoopPass.cpp
  402   if (F->hasOptNone()) {
lib/Analysis/RegionPass.cpp
  291   if (F.hasOptNone()) {
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 1394       !GV.hasOptSize() && !GV.hasOptNone())
lib/CodeGen/GlobalISel/RegBankSelect.cpp
  660   if (F.hasOptNone())
lib/CodeGen/SafeStack.cpp
  722   if(F.hasOptNone())
lib/IR/Pass.cpp
  171   if (F.hasOptNone()) {
  210   if (F->hasOptNone()) {
lib/Target/AArch64/AArch64StackTagging.cpp
  417   if (MergeInit && !F->hasOptNone() && LittleEndian) {
lib/Target/ARM/ARMAsmPrinter.cpp
  123   if (F.hasOptNone())
lib/Target/Hexagon/HexagonFrameLowering.cpp
  377     return MF.getFunction().hasOptNone() ||
lib/Transforms/IPO/FunctionAttrs.cpp
 1429     if (F.hasOptNone() || F.hasFnAttribute(Attribute::Naked)) {
 1502     if (!F || F->hasOptNone() || F->hasFnAttribute(Attribute::Naked)) {
lib/Transforms/IPO/HotColdSplitting.cpp
  146   assert(!F.hasOptNone() && "Can't mark this cold");
  647     if (F.hasOptNone())
lib/Transforms/IPO/InferFunctionAttrs.cpp
   28     if (F.isDeclaration() && !F.hasOptNone())
lib/Transforms/IPO/Inliner.cpp
  981     if (F.hasOptNone()) {
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  396     if (F.isDeclaration() || F.hasOptNone())
lib/Transforms/Scalar/WarnMissedTransforms.cpp
   95   if (F.hasOptNone())
tools/clang/lib/CodeGen/CGCall.cpp
 1815   ConstructDefaultFnAttrList(F.getName(), F.hasOptNone(),