OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldCallFunc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py
115
shouldCallFunc
= (self.lastFuncNum > 2 and random.random() < self.callWeighting)
116
if
shouldCallFunc
:
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py
120
shouldCallFunc
= (self.lastFuncNum > 2 and random.random() < self.callWeighting)
121
if
shouldCallFunc
:
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py
115
shouldCallFunc
= (self.lastFuncNum > 2 and random.random() < self.callWeighting)
116
if
shouldCallFunc
:
Completed in 1525 milliseconds