Searched refs:FDep (Results 1 – 2 of 2) sorted by relevance
582 Result(TestFunctionAnalysis::Result &FDep, TestModuleAnalysis::Result &MDep) in Result()583 : FDep(FDep), MDep(MDep) {} in Result()584 TestFunctionAnalysis::Result &FDep; member601 auto &FDep = AM.getResult<TestFunctionAnalysis>(F); in run() local611 return Result(FDep, MDep); in run()700 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()712 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()727 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()741 InstrCount += IndirectResult.FDep.InstructionCount; in TEST_F()
931 Result(TestFunctionAnalysis::Result &FDep, TestModuleAnalysis::Result &MDep, in Result()933 : FDep(FDep), MDep(MDep), SCCDep(SCCDep) {} in Result()934 TestFunctionAnalysis::Result &FDep; member952 auto &FDep = AM.getResult<TestFunctionAnalysis>(F); in run() local977 return Result(FDep, MDep, SCCDep); in run()