HomeSort by relevance Sort by last modified time
    Searched defs:ID (Results 101 - 125 of 940) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/include/llvm/Analysis/
RegionPass.h 92 static char ID;
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 38 static char ID;
39 EdgeBundles() : MachineFunctionPass(ID) {}
JumpInstrTables.h 51 static char ID;
MachinePostDominators.h 32 static char ID;
  /external/llvm/include/llvm/Transforms/Utils/
UnifyFunctionExitNodes.h 29 static char ID; // Pass identification, replacement for typeid
30 UnifyFunctionExitNodes() : FunctionPass(ID),
  /external/llvm/lib/Analysis/
CFGPrinter.cpp 27 static char ID; // Pass identifcation, replacement for typeid
28 CFGViewer() : FunctionPass(ID) {
45 char CFGViewer::ID = 0;
50 static char ID; // Pass identifcation, replacement for typeid
51 CFGOnlyViewer() : FunctionPass(ID) {
68 char CFGOnlyViewer::ID = 0;
74 static char ID; // Pass identification, replacement for typeid
75 CFGPrinter() : FunctionPass(ID) {
102 char CFGPrinter::ID = 0;
108 static char ID; // Pass identification, replacement for typei
    [all...]
InstCount.cpp 54 static char ID; // Pass identification, replacement for typeid
55 InstCount() : FunctionPass(ID) {
69 char InstCount::ID = 0;
LibCallAliasAnalysis.cpp 22 char LibCallAliasAnalysis::ID = 0;
  /external/llvm/lib/Analysis/IPA/
CallPrinter.cpp 51 static char ID;
56 "callgraph", ID) {
64 static char ID;
69 "callgraph", ID) {
76 char CallGraphViewer::ID = 0;
80 char CallGraphPrinter::ID = 0;
  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 39 static char ID; // Pass identification, replacement for typeid
40 DeadMachineInstructionElim() : MachineFunctionPass(ID) {
48 char DeadMachineInstructionElim::ID = 0;
49 char &llvm::DeadMachineInstructionElimID = DeadMachineInstructionElim::ID;
EdgeBundles.cpp 27 char EdgeBundles::ID = 0;
32 char &llvm::EdgeBundlesID = EdgeBundles::ID;
ExpandISelPseudos.cpp 30 static char ID; // Pass identification, replacement for typeid
31 ExpandISelPseudos() : MachineFunctionPass(ID) {}
42 char ExpandISelPseudos::ID = 0;
43 char &llvm::ExpandISelPseudosID = ExpandISelPseudos::ID;
LiveRegMatrix.cpp 32 char LiveRegMatrix::ID = 0;
40 LiveRegMatrix::LiveRegMatrix() : MachineFunctionPass(ID),
LiveStackAnalysis.cpp 28 char LiveStacks::ID = 0;
35 char &llvm::LiveStacksID = LiveStacks::ID;
MachineBranchProbabilityInfo.cpp 27 char MachineBranchProbabilityInfo::ID = 0;
MachineLoopInfo.cpp 28 char MachineLoopInfo::ID = 0;
35 char &llvm::MachineLoopInfoID = MachineLoopInfo::ID;
PrologEpilogInserter.h 35 static char ID;
36 PEI() : MachineFunctionPass(ID) {
StackMapLivenessAnalysis.cpp 42 char StackMapLiveness::ID = 0;
43 char &llvm::StackMapLivenessID = StackMapLiveness::ID;
48 StackMapLiveness::StackMapLiveness() : MachineFunctionPass(ID) {
  /external/llvm/lib/IR/
IRPrintingPasses.cpp 47 static char ID;
48 PrintModulePassWrapper() : ModulePass(ID) {}
50 : ModulePass(ID), P(OS, Banner) {}
66 static char ID;
67 PrintFunctionPassWrapper() : FunctionPass(ID) {}
69 : FunctionPass(ID), P(OS, Banner) {}
87 static char ID;
88 PrintBasicBlockPass() : BasicBlockPass(ID), Out(dbgs()) {}
90 : BasicBlockPass(ID), Out(Out), Banner(Banner) {}
104 char PrintModulePassWrapper::ID = 0
    [all...]
Mangler.cpp 90 // Get the ID for the global, assigning a new one if we haven't got one
92 unsigned &ID = AnonGlobalIDs[GV];
93 if (ID == 0)
94 ID = NextAnonGlobalID++;
96 // Must mangle the global into a unique ID.
97 getNameWithPrefix(OS, "__unnamed_" + Twine(ID), PrefixTy);
112 CallingConv::ID CC;
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 38 static char ID;
39 LDTLSCleanup() : MachineFunctionPass(ID) {}
144 char LDTLSCleanup::ID = 0;
AArch64DeadRegisterDefinitionsPass.cpp 36 static char ID; // Pass identification, replacement for typeid.
37 explicit AArch64DeadRegisterDefinitions() : MachineFunctionPass(ID) {}
48 char AArch64DeadRegisterDefinitions::ID = 0;
AArch64ExpandPseudoInsts.cpp 27 static char ID;
28 AArch64ExpandPseudo() : MachineFunctionPass(ID) {}
44 char AArch64ExpandPseudo::ID = 0;
  /external/llvm/lib/Target/Hexagon/
HexagonRemoveSZExtArgs.cpp 32 static char ID;
33 HexagonRemoveExtendArgs() : FunctionPass(ID) {
51 char HexagonRemoveExtendArgs::ID = 0;
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 139 char MipsOs16::ID = 0;

Completed in 599 milliseconds

1 2 3 45 6 7 8 91011>>