Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp952 if (F.doesNotRecurse()) in setDoesNotRecurse()
967 if (!F || F->isDeclaration() || F->doesNotRecurse()) in addNoRecurseAttrs()
976 if (!Callee || Callee == F || !Callee->doesNotRecurse()) in addNoRecurseAttrs()
1158 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
1176 if (!CS || !CS.getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
1196 if (F && !F->isDeclaration() && !F->doesNotRecurse() && in deduceFunctionAttributeInRPO()
DGlobalOpt.cpp1828 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1254 if (F.doesNotRecurse()) in setDoesNotRecurse()
1269 if (!F || F->isDeclaration() || F->doesNotRecurse()) in addNoRecurseAttrs()
1278 if (!Callee || Callee == F || !Callee->doesNotRecurse()) in addNoRecurseAttrs()
1471 assert(!F.doesNotRecurse() && in addNoRecurseAttrsTopDown()
1489 if (!CS || !CS.getParent()->getParent()->doesNotRecurse()) in addNoRecurseAttrsTopDown()
1509 if (F && !F->isDeclaration() && !F->doesNotRecurse() && in deduceFunctionAttributeInRPO()
DGlobalOpt.cpp1918 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
/external/llvm/include/llvm/IR/
DFunction.h371 bool doesNotRecurse() const {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h394 bool doesNotRecurse() const { in doesNotRecurse() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h542 bool doesNotRecurse() const { in doesNotRecurse() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp788 if (!Callee->doesNotRecurse()) in analyzeResourceUsage()