HomeSort by: relevance | last modified time | path
    Searched refs:doesNotRecurse (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 1377 if (!F || !F->hasExactDefinition() || F->doesNotRecurse())
1387 if (!Callee || Callee == F || !Callee->doesNotRecurse())
1743 assert(!F.doesNotRecurse() &&
1761 if (!CB || !CB->getParent()->getParent()->doesNotRecurse())
1783 if (F && !F->isDeclaration() && !F->doesNotRecurse() &&
GlobalOpt.cpp 1466 GS.AccessingFunction->doesNotRecurse() &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 660 bool doesNotRecurse() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 1055 if (!Callee || !Callee->doesNotRecurse())

Completed in 23 milliseconds