Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp763 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/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp514 bool IsInteresting = RawID & 0x01; in ReadData() local
515 return std::make_pair(k, IsInteresting); in ReadData()
H A DASTReader.cpp1059 bool IsInteresting = in isInterestingIdentifier() local
1064 (!IsModule && IsInteresting) || II.hasRevertedTokenIDToIdentifier() || in isInterestingIdentifier()
1099 bool IsInteresting = RawID & 0x01; in ReadData() local
1117 if (!IsInteresting) { in ReadData()
H A DASTWriter.cpp3824 bool IsInteresting = in IsInterestingIdentifier() local
3831 II->isPoisoned() || (!IsModule && IsInteresting) || in IsInterestingIdentifier()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp458 bool IsInteresting = false) { in removeUnneededCalls() argument
459 bool containsSomethingInteresting = IsInteresting; in removeUnneededCalls()
482 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1831 bool IsInteresting = in isVariableIndexable() local
1837 if (IsInteresting) in isVariableIndexable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1424 bool IsInteresting = in isInterestingAlloca() local
1439 It->second = IsInteresting; in isInterestingAlloca()
1440 return IsInteresting; in isInterestingAlloca()