Home
last modified time | relevance | path

Searched refs:setDoesNotRecurse (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1347 static bool setDoesNotRecurse(Function &F) { in setDoesNotRecurse() function
1350 F.setDoesNotRecurse(); in setDoesNotRecurse()
1381 return setDoesNotRecurse(*F); in addNoRecurseAttrs()
1582 return setDoesNotRecurse(F); in addNoRecurseAttrsTopDown()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h397 void setDoesNotRecurse() { in setDoesNotRecurse() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h591 void setDoesNotRecurse() { in setDoesNotRecurse() function