Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceOperandBundles.cpp67 int OperandBundeCount = 0; member
72 OperandBundeCount += Call.getNumOperandBundles(); in visitCallBase()
115 outs() << "Number of operand bundles: " << C.OperandBundeCount << "\n"; in countOperandBundes()
117 return C.OperandBundeCount; in countOperandBundes()
122 int OperandBundeCount = countOperandBundes(Test.getProgram()); in reduceOperandBundesDeltaPass() local
123 runDeltaPass(Test, OperandBundeCount, extractOperandBundesFromModule); in reduceOperandBundesDeltaPass()