Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPassManagerTest.cpp633 Result(TestIndirectFunctionAnalysis::Result &IDep) : IDep(IDep) {} in Result()
634 TestIndirectFunctionAnalysis::Result &IDep; member
650 auto &IDep = AM.getResult<TestIndirectFunctionAnalysis>(F); in run() local
651 return Result(IDep); in run()
699 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
711 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
726 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
740 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DCGSCCPassManagerTest.cpp894 Result(TestIndirectSCCAnalysis::Result &IDep) : IDep(IDep) {} in Result()
895 TestIndirectSCCAnalysis::Result &IDep; member
912 auto &IDep = AM.getResult<TestIndirectSCCAnalysis>(C, CG); in run() local
913 return Result(IDep); in run()
1019 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
1035 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
1053 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()
1070 auto &IndirectResult = DoublyIndirectResult.IDep; in TEST_F()