HomeSort by relevance Sort by last modified time
    Searched refs:setDoesNotRecurse (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 951 static bool setDoesNotRecurse(Function &F) {
954 F.setDoesNotRecurse();
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 374 void setDoesNotRecurse() {

Completed in 77 milliseconds