Searched defs:TestCustomAAResult (Results 1 – 2 of 2) sorted by relevance
77 struct TestCustomAAResult : AAResultBase<TestCustomAAResult> { struct80 std::function<void()> CB;82 explicit TestCustomAAResult(std::function<void()> CB) in TestCustomAAResult() function84 TestCustomAAResult(TestCustomAAResult &&Arg) in TestCustomAAResult() function87 bool invalidate(Function &, const PreservedAnalyses &) { return false; } in invalidate()89 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB) { in alias()