Searched refs:DroppedCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | DroppedVariableStatsMIR.cpp | 55 unsigned &DroppedCount, DenseMap<VarID, DILocation *> &InlinedAtsMap, in visitEveryInstruction() argument 57 unsigned PrevDroppedCount = DroppedCount; in visitEveryInstruction() 68 DroppedCount)) in visitEveryInstruction() 72 if (PrevDroppedCount != DroppedCount) { in visitEveryInstruction() 73 PrevDroppedCount = DroppedCount; in visitEveryInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DroppedVariableStats.cpp | 44 unsigned DroppedCount = 0; in calculateDroppedStatsAndPrint() local 59 visitEveryInstruction(DroppedCount, InlinedAtsMap, Var); in calculateDroppedStatsAndPrint() 62 if (DroppedCount > 0) { in calculateDroppedStatsAndPrint() 63 llvm::outs() << PassLevel << ", " << PassID << ", " << DroppedCount << ", " in calculateDroppedStatsAndPrint() 73 unsigned &DroppedCount) { in updateDroppedCount() argument 83 DroppedCount++; in updateDroppedCount()
|
| H A D | DroppedVariableStatsIR.cpp | 105 unsigned &DroppedCount, DenseMap<VarID, DILocation *> &InlinedAtsMap, in visitEveryInstruction() argument 113 InlinedAtsMap, Var, DroppedCount)) in visitEveryInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DroppedVariableStats.h | 88 VarID Var, unsigned &DroppedCount); 107 visitEveryInstruction(unsigned &DroppedCount,
|
| H A D | DroppedVariableStatsIR.h | 75 visitEveryInstruction(unsigned &DroppedCount,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DroppedVariableStatsMIR.h | 48 visitEveryInstruction(unsigned &DroppedCount,
|