Home
last modified time | relevance | path

Searched defs:LoopExtractor (Results 1 – 18 of 18) sorted by relevance

/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/mariabackup/
H A Dpartial.test38 close $fd;
39 EOF
40
41 echo # xtrabackup prepare;
42 --disable_result_log
43 exec $XTRABACKUP --defaults-file=$server_cnf --defaults-group-suffix=.1 --prepare --export --target…
51 ALTER TABLE t1 DISCARD TABLESPACE;
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/KabylakeSiliconPkg/Pch/Include/Register/
H A DPchRegsPcr.h63 #define PID_MODPHY1 0xE9 in getAnalysisUsage()
64 #define PID_OTG 0xE5 in getAnalysisUsage()
76 #define PID_LPC 0xC7 in getAnalysisUsage()
79 #define PID_RTC 0xC3 in getAnalysisUsage()
80 #define PID_SCS 0xC0 // Reserved in SKL PCH H in getAnalysisUsage()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/IPO/
H A DLoopExtractor.cpp38 struct LoopExtractor : public LoopPass { struct
39 static char ID; // Pass identification, replacement for typeid
40 unsigned NumLoops;
42 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() function
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/IPO/
H A DLoopExtractor.cpp38 struct LoopExtractor : public LoopPass { struct
39 static char ID; // Pass identification, replacement for typeid
40 unsigned NumLoops;
42 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument
49 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 struct LoopExtractor : public LoopPass { struct
40 static char ID; // Pass identification, replacement for typeid
41 unsigned NumLoops;
43 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 struct LoopExtractor : public LoopPass { struct
40 static char ID; // Pass identification, replacement for typeid
41 unsigned NumLoops;
43 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 struct LoopExtractor : public LoopPass { struct
40 static char ID; // Pass identification, replacement for typeid
41 unsigned NumLoops;
43 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 struct LoopExtractor : public ModulePass { struct
40 static char ID; // Pass identification, replacement for typeid
43 unsigned NumLoops;
45 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument
57 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 struct LoopExtractor : public ModulePass { struct
40 static char ID; // Pass identification, replacement for typeid
43 unsigned NumLoops;
45 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() function
57 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp35 struct LoopExtractor : public LoopPass { struct
36 static char ID; // Pass identification, replacement for typeid
37 unsigned NumLoops;
39 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() argument
44 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() argument
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp63 struct LoopExtractor { struct
64 explicit LoopExtractor( in LoopExtractor() function
76 unsigned NumLoops;
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;