Searched refs:getSSAContext (Results 1 – 2 of 2) sorted by relevance
347 : Context(CI.getSSAContext()), F(F), CI(CI), TTI(TTI), DT(DT), in GenericUniformityAnalysisImpl()511 Context(CI.getSSAContext()), DivDesc(new DivergenceDescriptorT), in DivergencePropagator()756 Out << LS << CI.getSSAContext().print(BB);763 dbgs() << "\nResult (" << CI.getSSAContext().print(DivTermBlock)1282 LLVM_DEBUG(dbgs() << " visiting " << CI.getSSAContext().print(NextBB) in computeStackPO()1295 << CI.getSSAContext().print(NestedExitBB) << "\n"); in computeStackPO()1303 << CI.getSSAContext().print(NestedExitBB) << "\n"); in computeStackPO()1318 << CI.getSSAContext().print(SuccBB) << "\n"); in computeStackPO()1325 LLVM_DEBUG(dbgs() << " pushed succ: " << CI.getSSAContext().print(SuccBB) in computeStackPO()1331 << CI.getSSAContext().print(NextBB) << "\n"); in computeStackPO()[all …]
264 const ContextT &getSSAContext() const { return Context; } in getSSAContext() function