Searched defs:TestCustomAAResult (Results 1 – 1 of 1) sorted by relevance
77 struct TestCustomAAResult : AAResultBase { struct78 std::function<void()> CB;80 explicit TestCustomAAResult(std::function<void()> CB) in TestCustomAAResult() function82 TestCustomAAResult(TestCustomAAResult &&Arg) in TestCustomAAResult() function85 bool invalidate(Function &, const PreservedAnalyses &) { return false; } in invalidate()87 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB, in alias()