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

  /external/llvm/include/llvm/
PassAnalysisSupport.h 83 AnalysisUsage &addPreserved() {
112 AnalysisUsage &addPreserved(StringRef Arg);
  /external/swiftshader/third_party/LLVM/include/llvm/
PassAnalysisSupport.h 64 // addPreserved - Add the specified ID to the set of analyses preserved by
76 // addPreserved - Add the specified Pass class to the set of analyses
80 AnalysisUsage &addPreserved() {
85 // addPreserved - Add the Pass with the specified argument string to the set
90 AnalysisUsage &addPreserved(StringRef Arg);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
PassAnalysisSupport.h 89 AnalysisUsage &addPreserved() {
118 AnalysisUsage &addPreserved(StringRef Arg);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Pass.cpp 292 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) {
  /external/llvm/lib/IR/
Pass.cpp 282 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp 272 AnalysisUsage &AnalysisUsage::addPreserved(StringRef Arg) {

Completed in 306 milliseconds