Home
last modified time | relevance | path

Searched defs:runCycle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
H A DPipeline.cpp52 Error Pipeline::runCycle() { in runCycle() function in llvm::mca::Pipeline
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DPipeline.cpp51 Error Pipeline::runCycle() { in runCycle() function in llvm::mca::Pipeline
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/actors/
H A DCycledActorsBenchmark.kt54 private suspend fun runCycle(stopChannel: Channel<Unit>) { in runCycle() method in benchmarks.scheduler.actors.CycledActorsBenchmark