HomeSort by relevance Sort by last modified time
    Searched refs:funcsCalled (Results 1 - 3 of 3) sorted by null

  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls):
18 self.shfile.write("echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, totalCalls, self.timeFile))
202 funcsCalled = len(script.calledFunctions)
203 print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
204 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls):
18 self.shfile.write("echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, totalCalls, self.timeFile))
207 funcsCalled = len(script.calledFunctions)
208 print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
209 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 13 def writeTimingCall(self, filename, numFuncs, funcsCalled, totalCalls):
18 self.shfile.write("echo \"%s: Calls %d of %d functions, %d total\" >> %s\n" % (filename, funcsCalled, numFuncs, totalCalls, self.timeFile))
202 funcsCalled = len(script.calledFunctions)
203 print " Called %d of %d functions, %d total" % (funcsCalled, numFuncs, script.totalCallsExecuted)
204 timingScript.writeTimingCall(filename, numFuncs, funcsCalled, script.totalCallsExecuted)

Completed in 365 milliseconds