Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp77 struct TestCustomAAResult : AAResultBase { struct
78 std::function<void()> CB;
80 explicit TestCustomAAResult(std::function<void()> CB) in TestCustomAAResult() function
82 TestCustomAAResult(TestCustomAAResult &&Arg) in TestCustomAAResult() function
85 bool invalidate(Function &, const PreservedAnalyses &) { return false; } in invalidate()
87 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB, in alias()