HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 151 - 175 of 595) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 68 static char ID; // Pass identification, replacement for typeid
70 MachineLoopInfo() : MachineFunctionPass(ID) {
Passes.h 78 static char ID;
105 void enablePass(char &ID) { substitutePass(ID, ID); }
108 void disablePass(char &ID) { substitutePass(ID, NoPassID); }
220 AnalysisID addPass(char &ID);
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 36 static char ID; // Class identification, replacement for typeinfo
37 AliasAnalysisCounter() : ModulePass(ID) {
95 if (PI == &AliasAnalysis::ID)
118 char AliasAnalysisCounter::ID = 0;
DbgInfoPrinter.cpp 43 static char ID; // Pass identification
44 PrintDbgInfo() : FunctionPass(ID), Out(errs()) {
53 char PrintDbgInfo::ID = 0;
DomPrinter.cpp 86 static char ID;
87 DomViewer() : DOTGraphTraitsViewer<DominatorTree, false>("dom", ID){
94 static char ID;
95 DomOnlyViewer() : DOTGraphTraitsViewer<DominatorTree, true>("domonly", ID){
102 static char ID;
104 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){
111 static char ID;
113 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){
119 char DomViewer::ID = 0;
123 char DomOnlyViewer::ID = 0
    [all...]
DominanceFrontier.cpp 17 char DominanceFrontier::ID = 0;
LoopPass.cpp 32 static char ID;
34 : LoopPass(ID), Banner(B), Out(o) {}
51 char PrintLoopPass::ID = 0;
58 char LPPassManager::ID = 0;
61 : FunctionPass(ID), PMDataManager() {
PathProfileVerifier.cpp 35 static char ID; // Pass identification, replacement for typeid
36 PathProfileVerifier() : ModulePass(ID) {
57 char PathProfileVerifier::ID = 0;
ProfileInfoLoaderPass.cpp 46 static char ID; // Class identification, replacement for typeinfo
48 : ModulePass(ID), Filename(filename) {
72 if (PI == &ProfileInfo::ID)
82 char LoaderPass::ID = 0;
86 char &llvm::ProfileLoaderPassID = LoaderPass::ID;
RegionPass.cpp 28 char RGPassManager::ID = 0;
31 : FunctionPass(ID), PMDataManager() {
187 static char ID;
188 PrintRegionPass() : RegionPass(ID), Out(dbgs()) {}
190 : RegionPass(ID), Banner(B), Out(o) {}
206 char PrintRegionPass::ID = 0;
RegionPrinter.cpp 149 static char ID;
150 RegionViewer() : DOTGraphTraitsViewer<RegionInfo, false>("reg", ID){
154 char RegionViewer::ID = 0;
158 static char ID;
159 RegionOnlyViewer() : DOTGraphTraitsViewer<RegionInfo, true>("regonly", ID) {
163 char RegionOnlyViewer::ID = 0;
167 static char ID;
169 DOTGraphTraitsPrinter<RegionInfo, false>("reg", ID) {
173 char RegionPrinter::ID = 0;
190 static char ID;
    [all...]
TypeBasedAliasAnalysis.cpp 120 static char ID; // Class identification, replacement for typeinfo
121 TypeBasedAliasAnalysis() : ImmutablePass(ID) {
134 if (PI == &AliasAnalysis::ID)
155 char TypeBasedAliasAnalysis::ID = 0;
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 36 static char ID; // Pass identification, replacement for typeid
37 ExpandPostRA() : MachineFunctionPass(ID) {}
59 char ExpandPostRA::ID = 0;
60 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
GCMetadata.cpp 29 static char ID;
33 explicit Printer(raw_ostream &OS) : FunctionPass(ID), OS(OS) {}
43 static char ID;
69 char GCModuleInfo::ID = 0;
72 : ImmutablePass(ID) {
127 char Printer::ID = 0;
187 char Deleter::ID = 0;
193 Deleter::Deleter() : FunctionPass(ID) {}
OptimizePHIs.cpp 35 static char ID; // Pass identification
36 OptimizePHIs() : MachineFunctionPass(ID) {
58 char OptimizePHIs::ID = 0;
59 char &llvm::OptimizePHIsID = OptimizePHIs::ID;
PrologEpilogInserter.h 38 static char ID;
39 PEI() : MachineFunctionPass(ID) {
SpillPlacement.h 63 static char ID; // Pass identification, replacement for typeid.
65 SpillPlacement() : MachineFunctionPass(ID), nodes(0) {}
UnreachableBlockElim.cpp 46 static char ID; // Pass identification, replacement for typeid
47 UnreachableBlockElim() : FunctionPass(ID) {
57 char UnreachableBlockElim::ID = 0;
106 static char ID; // Pass identification, replacement for typeid
107 UnreachableMachineBlockElim() : MachineFunctionPass(ID) {}
110 char UnreachableMachineBlockElim::ID = 0;
115 char &llvm::UnreachableMachineBlockElimID = UnreachableMachineBlockElim::ID;
VirtRegMap.cpp 46 char VirtRegMap::ID = 0;
  /external/llvm/lib/Target/CellSPU/
SPUNopFiller.cpp 35 static char ID;
37 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()),
64 char SPUNopFiller::ID = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 39 static char ID;
40 HexagonCFGOptimizer(HexagonTargetMachine& TM) : MachineFunctionPass(ID),
51 char HexagonCFGOptimizer::ID = 0;
  /external/llvm/lib/Target/
Mangler.cpp 194 // Get the ID for the global, assigning a new one if we haven't got one
196 unsigned &ID = AnonGlobalIDs[GV];
197 if (ID == 0) ID = NextAnonGlobalID++;
199 // Must mangle the global into a unique ID.
200 getNameWithPrefix(OutName, "__unnamed_" + Twine(ID), PrefixTy);
207 CallingConv::ID CC = F->getCallingConv();
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 46 static char ID;
48 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
88 char Filler::ID = 0;
MipsExpandPseudo.cpp 32 static char ID;
34 : MachineFunctionPass(ID), TM(tm), TII(tm.getInstrInfo()) { }
48 char MipsExpandPseudo::ID = 0;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 40 static char ID;
48 : MachineFunctionPass(ID), TM(tm), MCE(mce) {}
84 char PPCCodeEmitter::ID = 0;

Completed in 958 milliseconds

1 2 3 4 5 67 8 91011>>