Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Reducer/
H A DTester.cpp27 Tester::isInteresting(ModuleOp module) const { in isInteresting() function in Tester
60 Tester::Interestingness Tester::isInteresting(StringRef testCase) const { in isInteresting() function in Tester
/llvm-project/clang/test/SemaObjC/
H A Dweak-attr-ivar.m47 - (BOOL) isInteresting; method
52 - (BOOL) isInteresting { return 1; } method
/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h69 Tester::Interestingness isInteresting() const { return interesting; } in isInteresting() function
/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp56 static bool isInteresting(const SCEV *S, const Instruction *I, const Loop *L, in isInteresting() function
/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp161 static bool isInteresting(const Record *Rec) { isInteresting() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2377 bool PathSensitiveBugReport::isInteresting(SymbolRef sym) const { in isInteresting() function in PathSensitiveBugReport
2381 bool PathSensitiveBugReport::isInteresting(const MemRegion *R) const { in isInteresting() function in PathSensitiveBugReport
2385 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { in isInteresting() function in PathSensitiveBugReport
2389 bool PathSensitiveBugReport::isInteresting(const LocationContext *LC) const { isInteresting() function in PathSensitiveBugReport
/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp940 auto isInteresting = [](Value *V) { shouldConvertOrWithNoCommonBitsToAdd() local
/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp370 bool isInteresting(Any IR, StringRef PassID, StringRef PassName) { isInteresting() function