Searched refs:NumInstrs (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | DominatorAnalysis.h | 113 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 122 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 124 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 125 return BitVector(this->NumInstrs, true); in getStartingStateAtBB() 129 return BitVector(this->NumInstrs, true); in getStartingStateAtPoint()
|
| H A D | ReachingInsns.h | 56 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 63 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 67 return BitVector(this->NumInstrs, false); in getStartingStateAtPoint()
|
| H A D | StokeInfo.h | 43 uint64_t NumInstrs; member 63 Offset = Size = NumInstrs = NumBlocks = 0; in reset() 86 Outfile << FuncName << "," << Offset << "," << Size << "," << NumInstrs in printData()
|
| H A D | StackReachingUses.h | 58 return BitVector(NumInstrs, false); in getStartingStateAtBB() 62 return BitVector(NumInstrs, false); in getStartingStateAtPoint()
|
| H A D | ReachingDefOrUse.h | 76 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 82 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 86 return BitVector(this->NumInstrs, false); in getStartingStateAtPoint()
|
| H A D | DataflowAnalysis.h | 499 uint64_t NumInstrs{0};
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | StackAvailableExpressions.cpp | 42 ExprToIdx[&Inst] = NumInstrs++; in preflight() 53 return BitVector(NumInstrs, false); in getStartingStateAtBB() 54 return BitVector(NumInstrs, true); in getStartingStateAtBB() 59 return BitVector(NumInstrs, true); in getStartingStateAtPoint()
|
| H A D | StackAllocationAnalysis.cpp | 37 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 44 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 49 return BitVector(this->NumInstrs, false); in getStartingStateAtPoint()
|
| H A D | StackReachingUses.cpp | 75 ExprToIdx[&Inst] = NumInstrs++; in preflight() 82 ExprToIdx[&Inst] = NumInstrs++; in preflight()
|
| H A D | StokeInfo.cpp | 99 FuncInfo.NumInstrs = BF.getNumNonPseudos(); in checkFunction() 102 if (FuncInfo.NumInstrs > 500) in checkFunction()
|
| H A D | ShrinkWrapping.cpp | 728 BitVector(DA.NumInstrs, false)); in classifyCSRUses() 810 BitVector BBDominatedUses = BitVector(DA.NumInstrs, false); in computeSaveLocations()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Module.cpp | 576 unsigned NumInstrs = 0; in getInstructionCount() local 578 NumInstrs += F.getInstructionCount(); in getInstructionCount() 579 return NumInstrs; in getInstructionCount()
|
| H A D | Function.cpp | 325 unsigned NumInstrs = 0; in getInstructionCount() local 327 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in getInstructionCount() 329 return NumInstrs; in getInstructionCount()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 831 unsigned NumInstrs, BranchProbability Probability) const { in isProfitableToDupForIfCvt() argument 832 return NumInstrs <= 4; in isProfitableToDupForIfCvt()
|