Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp35 bool firstTime = true; in printLivesAt() local
38 if (firstTime) { in printLivesAt()
41 firstTime = false; in printLivesAt()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dcpuid.d510 bool firstTime = true; in getcacheinfoCPUID2() local
525 if (firstTime) { in getcacheinfoCPUID2()
540 firstTime = false; in getcacheinfoCPUID2()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp279 bool firstTime = WC->WriterErrorCodes.insert(IPE).second; in loadInput() local
281 FuncName, firstTime); in loadInput()
298 bool firstTime = Dst->WriterErrorCodes.insert(IPE).second; in mergeWriterContexts() local
299 if (firstTime) in mergeWriterContexts()