Lines Matching refs:int64_t

28   void updateForBB(const BasicBlock &BB, int64_t Direction);
51 int64_t BasicBlockCount = 0;
59 int64_t BlocksReachedFromConditionalInstruction = 0;
63 int64_t Uses = 0;
67 int64_t DirectCallsToDefinedFunctions = 0;
70 int64_t LoadInstCount = 0;
73 int64_t StoreInstCount = 0;
76 int64_t MaxLoopDepth = 0;
79 int64_t TopLevelLoopCount = 0;
82 int64_t TotalInstructionCount = 0;
85 int64_t BasicBlocksWithSingleSuccessor = 0;
86 int64_t BasicBlocksWithTwoSuccessors = 0;
87 int64_t BasicBlocksWithMoreThanTwoSuccessors = 0;
90 int64_t BasicBlocksWithSinglePredecessor = 0;
91 int64_t BasicBlocksWithTwoPredecessors = 0;
92 int64_t BasicBlocksWithMoreThanTwoPredecessors = 0;
96 int64_t BigBasicBlocks = 0;
97 int64_t MediumBasicBlocks = 0;
98 int64_t SmallBasicBlocks = 0;
101 int64_t CastInstructionCount = 0;
104 int64_t FloatingPointInstructionCount = 0;
107 int64_t IntegerInstructionCount = 0;
110 int64_t ConstantIntOperandCount = 0;
111 int64_t ConstantFPOperandCount = 0;
112 int64_t ConstantOperandCount = 0;
113 int64_t InstructionOperandCount = 0;
114 int64_t BasicBlockOperandCount = 0;
115 int64_t GlobalValueOperandCount = 0;
116 int64_t InlineAsmOperandCount = 0;
117 int64_t ArgumentOperandCount = 0;
118 int64_t UnknownOperandCount = 0;
121 int64_t CriticalEdgeCount = 0;
122 int64_t ControlFlowEdgeCount = 0;
123 int64_t UnconditionalBranchCount = 0;
126 int64_t IntrinsicCount = 0;
127 int64_t DirectCallCount = 0;
128 int64_t IndirectCallCount = 0;
129 int64_t CallReturnsIntegerCount = 0;
130 int64_t CallReturnsFloatCount = 0;
131 int64_t CallReturnsPointerCount = 0;
132 int64_t CallReturnsVectorIntCount = 0;
133 int64_t CallReturnsVectorFloatCount = 0;
134 int64_t CallReturnsVectorPointerCount = 0;
135 int64_t CallWithManyArgumentsCount = 0;
136 int64_t CallWithPointerArgumentCount = 0;