Searched refs:VM_counting (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp301 /// by the mode. In \c VM_counting mode, it simply counts the number of
305 enum VisitMode { VM_counting, VM_instrument, VM_annotate }; enumerator in enum:__anon4590::VisitMode
312 VisitMode Mode = VM_counting; // Visiting mode.
323 Mode = VM_counting;
1436 case VM_counting:

Completed in 98 milliseconds