Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp951 static bool setDoesNotRecurse(Function &F) { in setDoesNotRecurse() function
954 F.setDoesNotRecurse(); in setDoesNotRecurse()
984 return setDoesNotRecurse(*F); in addNoRecurseAttrs()
1179 return setDoesNotRecurse(F); in addNoRecurseAttrsTopDown()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1253 static bool setDoesNotRecurse(Function &F) { in setDoesNotRecurse() function
1256 F.setDoesNotRecurse(); in setDoesNotRecurse()
1286 return setDoesNotRecurse(*F); in addNoRecurseAttrs()
1492 return setDoesNotRecurse(F); in addNoRecurseAttrsTopDown()
/external/llvm/include/llvm/IR/
DFunction.h374 void setDoesNotRecurse() {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h397 void setDoesNotRecurse() { in setDoesNotRecurse() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h545 void setDoesNotRecurse() { in setDoesNotRecurse() function