Home
last modified time | relevance | path

Searched defs:cycles (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/scripts/
H A Danalyze-project-deps.py99 def is_existing_cycle(path, cycles): argument
114 def expand(path_queue, path_lengths, cycles, src_map): argument
146 cycles = [] variable
167 def iter_cycles(cycles): argument
/llvm-project/libc/benchmarks/gpu/
H A DLibcGpuBenchmark.h67 uint64_t cycles = 0; global() member
/llvm-project/offload/DeviceRTL/src/
H A DSynchronization.cpp393 int32_t cycles = now > start ? now - start : now + (0xffffffff - start); setLock() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp480 calculateCycleEdges(const llvm::SmallSetVector<Block *, 4> &cycles) { in calculateCycleEdges()