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

  /external/llvm/include/llvm/
PassAnalysisSupport.h 65 // addPreserved - Add the specified ID to the set of analyses preserved by
77 // addPreserved - Add the specified Pass class to the set of analyses
81 AnalysisUsage &addPreserved() {
86 // addPreserved - Add the Pass with the specified argument string to the set
91 AnalysisUsage &addPreserved(StringRef Arg);
  /external/llvm/lib/IR/
Pass.cpp 269 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) {

Completed in 4335 milliseconds