Home
last modified time | relevance | path

Searched refs:doesNotRecurse (Results 1 – 4 of 4) 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-subzero/include/llvm/IR/
DFunction.h394 bool doesNotRecurse() const { in doesNotRecurse() function
/external/llvm/include/llvm/IR/
DFunction.h371 bool doesNotRecurse() const {