Home
last modified time | relevance | path

Searched refs:setCounterValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DDebugCounterTest.cpp33 DebugCounter::setCounterValue(TestCounter, 3); in TEST()
37 DebugCounter::setCounterValue(TestCounter, 100); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebugCounter.h115 static void setCounterValue(unsigned ID, int64_t Count) { in setCounterValue() function
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2169 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp850 PP.setCounterValue(Counter); in LoadFromASTFile()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3278 DebugCounter::setCounterValue(VNCounter, StartingVNCounter); in verifyIterationSettled()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp837 PP.setCounterValue(Value); in ReadCounter()