HomeSort by relevance Sort by last modified time
    Searched refs:shouldCallFunc (Results 1 - 6 of 6) 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:
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 115 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
116 if shouldCallFunc:
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 120 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
121 if shouldCallFunc:
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 115 shouldCallFunc = (self.lastFuncNum > 2 and random.random() < self.callWeighting)
116 if shouldCallFunc:

Completed in 83 milliseconds