OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callWeighting
(Results
1 - 3
of
3
) sorted by null
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py
38
self.
callWeighting
= 0.1
82
self.
callWeighting
= weight
115
shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.
callWeighting
)
174
def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
, timingScript):
179
print(" Call weighting = %f" %
callWeighting
)
181
script.setCallWeighting(
callWeighting
)
186
script.writeComment(" call weighting = %f" %
callWeighting
)
216
for (numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
) in dataSets:
217
filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(
callWeighting
* 100))
218
generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
, timingScript
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py
43
self.
callWeighting
= 0.1
87
self.
callWeighting
= weight
120
shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.
callWeighting
)
179
def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
, timingScript):
184
print(" Call weighting = %f" %
callWeighting
)
186
script.setCallWeighting(
callWeighting
)
191
script.writeComment(" call weighting = %f" %
callWeighting
)
221
for (numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
) in dataSets:
222
filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(
callWeighting
* 100))
223
generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
, timingScript
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py
38
self.
callWeighting
= 0.1
82
self.
callWeighting
= weight
115
shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.
callWeighting
)
174
def generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
, timingScript):
179
print(" Call weighting = %f" %
callWeighting
)
181
script.setCallWeighting(
callWeighting
)
186
script.writeComment(" call weighting = %f" %
callWeighting
)
216
for (numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
) in dataSets:
217
filename = "test-%d-%d-%d-%d.k" % (numFuncs, elementsPerFunc, funcsBetweenExec, int(
callWeighting
* 100))
218
generateKScript(filename, numFuncs, elementsPerFunc, funcsBetweenExec,
callWeighting
, timingScript
[
all
...]
Completed in 2258 milliseconds