/llvm-project/bolt/include/bolt/Passes/ |
H A D | DominatorAnalysis.h | 112 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 121 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 123 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 124 return BitVector(this->NumInstrs, true); in getStartingStateAtBB() 128 return BitVector(this->NumInstrs, true); in getStartingStateAtPoint()
|
H A D | ReachingInsns.h | 55 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 62 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 66 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 | ReachingDefOrUse.h | 74 this->ExprToIdx[&Inst] = this->NumInstrs++; in preflight() 80 return BitVector(this->NumInstrs, false); in getStartingStateAtBB() 84 return BitVector(this->NumInstrs, false); in getStartingStateAtPoint()
|
H A D | StackReachingUses.h | 58 return BitVector(NumInstrs, false); in getStartingStateAtBB() 62 return BitVector(NumInstrs, false); in getStartingStateAtPoint()
|
H A D | DataflowAnalysis.h | 504 uint64_t NumInstrs{0};
|
/llvm-project/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 | 106 FuncInfo.NumInstrs = BF.getNumNonPseudos(); in checkFunction() 109 if (FuncInfo.NumInstrs > 500) in checkFunction()
|
H A D | ShrinkWrapping.cpp | 714 BitVector(DA.NumInstrs, false)); in classifyCSRUses() 796 BitVector BBDominatedUses = BitVector(DA.NumInstrs, false); in computeSaveLocations()
|
/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 605 unsigned NumInstrs = 0; in getPICLevel() 607 NumInstrs += F.getInstructionCount(); in getPICLevel() 608 return NumInstrs; in getPICLevel() 593 unsigned NumInstrs = 0; getInstructionCount() local
|
H A D | Function.cpp | 378 unsigned NumInstrs = 0; 380 NumInstrs += std::distance(BB.instructionsWithoutDebug().begin(), in createWithDefaultAttr() 382 return NumInstrs; in createWithDefaultAttr() 367 unsigned NumInstrs = 0; getInstructionCount() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 836 unsigned NumInstrs, BranchProbability Probability) const { in isProfitableToDupForIfCvt() 837 return NumInstrs <= 4; 834 isProfitableToDupForIfCvt(MachineBasicBlock & MBB,unsigned NumInstrs,BranchProbability Probability) const isProfitableToDupForIfCvt() argument
|