Home
last modified time | relevance | path

Searched refs:DroppedCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDroppedVariableStatsMIR.cpp55 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 DDroppedVariableStats.cpp44 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 DDroppedVariableStatsIR.cpp105 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 DDroppedVariableStats.h88 VarID Var, unsigned &DroppedCount);
107 visitEveryInstruction(unsigned &DroppedCount,
H A DDroppedVariableStatsIR.h75 visitEveryInstruction(unsigned &DroppedCount,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDroppedVariableStatsMIR.h48 visitEveryInstruction(unsigned &DroppedCount,