Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp764 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
767 IsInteresting = true; in ReduceOldVCCRValueUses()
799 IsInteresting = true; in ReduceOldVCCRValueUses()
821 IsInteresting = true; in ReduceOldVCCRValueUses()
830 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp519 bool IsInteresting = RawID & 0x01; in ReadData() local
520 return std::make_pair(k, IsInteresting); in ReadData()
H A DASTReader.cpp1027 bool IsInteresting = RawID & 0x01; in ReadData() local
1042 if (!IsInteresting) { in ReadData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1513 bool IsInteresting = in isVariableIndexable() local
1519 if (IsInteresting) in isVariableIndexable()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp427 bool IsInteresting = false) { in removeUnneededCalls() argument
428 bool containsSomethingInteresting = IsInteresting; in removeUnneededCalls()
451 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1277 bool IsInteresting = in isInterestingAlloca() local
1292 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1293 return IsInteresting; in isInterestingAlloca()