Home
last modified time | relevance | path

Searched defs:isInteresting (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp56 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2363 bool PathSensitiveBugReport::isInteresting(SVal V) const { isInteresting() function in PathSensitiveBugReport
2367 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { isInteresting() function in PathSensitiveBugReport
2371 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { isInteresting() function in PathSensitiveBugReport
2375 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { isInteresting() function in PathSensitiveBugReport
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1025 auto isInteresting = [](Value *V) { shouldConvertOrWithNoCommonBitsToAdd() local
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp341 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { isInteresting() function