Home
last modified time | relevance | path

Searched refs:FDep (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassManagerTest.cpp582 Result(TestFunctionAnalysis::Result &FDep, TestModuleAnalysis::Result &MDep) in Result()
583 : FDep(FDep), MDep(MDep) {} in Result()
584 TestFunctionAnalysis::Result &FDep; member
601 auto &FDep = AM.getResult<TestFunctionAnalysis>(F); in run() local
611 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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp931 Result(TestFunctionAnalysis::Result &FDep, TestModuleAnalysis::Result &MDep, in Result()
933 : FDep(FDep), MDep(MDep), SCCDep(SCCDep) {} in Result()
934 TestFunctionAnalysis::Result &FDep; member
952 auto &FDep = AM.getResult<TestFunctionAnalysis>(F); in run() local
977 return Result(FDep, MDep, SCCDep); in run()