OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassManagerType
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/
Pass.h
55
enum
PassManagerType
{
135
PassManagerType
) {}
140
virtual
PassManagerType
getPotentialPassManagerType() const;
245
PassManagerType
T);
248
virtual
PassManagerType
getPotentialPassManagerType() const;
306
PassManagerType
T);
309
virtual
PassManagerType
getPotentialPassManagerType() const;
350
PassManagerType
T);
353
virtual
PassManagerType
getPotentialPassManagerType() const;
PassManagers.h
179
virtual
PassManagerType
getTopLevelPassManagerType() = 0;
350
virtual
PassManagerType
getPassManagerType() const {
461
virtual
PassManagerType
getPassManagerType() const {
/external/llvm/include/llvm/Analysis/
RegionPass.h
74
PassManagerType
PMT = PMT_RegionPassManager);
76
virtual
PassManagerType
getPotentialPassManagerType() const {
120
virtual
PassManagerType
getPassManagerType() const {
LoopPass.h
63
PassManagerType
PMT);
66
virtual
PassManagerType
getPotentialPassManagerType() const {
115
virtual
PassManagerType
getPassManagerType() const {
CallGraphSCCPass.h
69
PassManagerType
PMT);
72
virtual
PassManagerType
getPotentialPassManagerType() const {
/external/llvm/lib/IR/
Pass.cpp
41
PassManagerType
ModulePass::getPotentialPassManagerType() const {
70
PassManagerType
Pass::getPotentialPassManagerType() const {
136
PassManagerType
FunctionPass::getPotentialPassManagerType() const {
159
PassManagerType
BasicBlockPass::getPotentialPassManagerType() const {
PassManager.cpp
203
virtual
PassManagerType
getPassManagerType() const {
261
virtual
PassManagerType
getTopLevelPassManagerType() {
364
virtual
PassManagerType
getPassManagerType() const {
426
virtual
PassManagerType
getTopLevelPassManagerType() {
[
all
...]
/external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp
89
virtual
PassManagerType
getPassManagerType() const {
534
PassManagerType
PreferredType) {
/external/llvm/lib/Analysis/
LoopPass.cpp
335
PassManagerType
PreferredType) {
RegionPass.cpp
236
PassManagerType
PreferredType) {
Completed in 142 milliseconds