Lines Matching defs:DT
197 DominatorTree DT(*F); in runWithDomTree() local
258 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
267 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
275 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
284 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
293 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
301 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
309 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
318 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
326 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
335 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
344 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
352 runWithDomTree(*M, "f", [&](Function &F, DominatorTree *DT) { in TEST()
459 auto CFAllTerminatorsEager = [&](Function &F, DominatorTree *DT) { in TEST()
471 auto CFAllTerminatorsLazy = [&](Function &F, DominatorTree *DT) { in TEST()
890 DominatorTree DT{F}; in TEST() local
1092 auto runEager = [&](Function &F, DominatorTree *DT) { in TEST()
1100 auto runLazy = [&](Function &F, DominatorTree *DT) { in TEST()
1132 auto checkRUBlocksRetVal = [&](Function &F, DominatorTree *DT) { in TEST()
1187 DominatorTree DT(F); in TEST() local