Home
last modified time | relevance | path

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

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