Home
last modified time | relevance | path

Searched refs:hasTriggered (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp327 if (T.hasTriggered()) in removeTimer()
411 if (!T->hasTriggered()) continue; in prepareToPrintList()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h119 bool hasTriggered() const { return Triggered; } in hasTriggered() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp240 if (MyTimer && MyTimer->hasTriggered() && !MyTimer->isRunning()) in dump()