Home
last modified time | relevance | path

Searched refs:doesNotRecurse (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1348 if (F.doesNotRecurse()) in setDoesNotRecurse()
1363 if (!F || !F->hasExactDefinition() || F->doesNotRecurse()) in addNoRecurseAttrs()
1373 if (!Callee || Callee == F || !Callee->doesNotRecurse()) in addNoRecurseAttrs()
1561 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
1579 if (!CS || !CS.getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
1599 if (F && !F->isDeclaration() && !F->doesNotRecurse() && in deduceFunctionAttributeInRPO()
DGlobalOpt.cpp1954 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h394 bool doesNotRecurse() const { in doesNotRecurse() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h588 bool doesNotRecurse() const { in doesNotRecurse() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp909 if (!Callee->doesNotRecurse()) in analyzeResourceUsage()