Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp163 static bool isInteresting(const Record *Rec) { in isInteresting() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2377 bool PathSensitiveBugReport::isInteresting(SVal V) const { in isInteresting() function in PathSensitiveBugReport
2381 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { in isInteresting() function in PathSensitiveBugReport
2385 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { in isInteresting() function in PathSensitiveBugReport
2389 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { in isInteresting() function in PathSensitiveBugReport
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp940 auto isInteresting = [](Value *V) { in shouldConvertOrWithNoCommonBitsToAdd() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp371 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { in isInteresting() function