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.cpp765 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
769 IsInteresting = true; in ReduceOldVCCRValueUses()
801 IsInteresting = true; in ReduceOldVCCRValueUses()
823 IsInteresting = true; in ReduceOldVCCRValueUses()
832 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp515 bool IsInteresting = RawID & 0x01; in ReadData() local
516 return std::make_pair(k, IsInteresting); in ReadData()
H A DASTReader.cpp1030 bool IsInteresting = in isInterestingIdentifier() local
1035 (!IsModule && IsInteresting) || II.hasRevertedTokenIDToIdentifier() || in isInterestingIdentifier()
1070 bool IsInteresting = RawID & 0x01; in ReadData() local
1087 if (!IsInteresting) { in ReadData()
H A DASTWriter.cpp3737 bool IsInteresting = in IsInterestingIdentifier() local
3741 if (MacroOffset || II->isPoisoned() || (!IsModule && IsInteresting) || in IsInterestingIdentifier()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp437 bool IsInteresting = false) { in removeUnneededCalls() argument
438 bool containsSomethingInteresting = IsInteresting; in removeUnneededCalls()
461 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1695 bool IsInteresting = in isVariableIndexable() local
1701 if (IsInteresting) in isVariableIndexable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1357 bool IsInteresting = in isInterestingAlloca() local
1372 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1373 return IsInteresting; in isInterestingAlloca()