Searched defs:addPreserved (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DPassAnalysisSupport.h65 // 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() { function in class:llvm::AnalysisUsage
86 // addPreserved - Add the Pass with the specified argument string to the set
91 AnalysisUsage &addPreserved(StringRef Arg);
/external/llvm/lib/IR/
H A DPass.cpp269 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) { function in class:AnalysisUsage

Completed in 95 milliseconds