Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DDivergenceAnalysisTest.cpp57 DivergenceAnalysisImpl buildDA(Function &F, bool IsLCSSA) { in buildDA() argument
62 return DivergenceAnalysisImpl(F, nullptr, *DT, *LI, *SDA, IsLCSSA); in buildDA()
66 Module &M, StringRef FuncName, bool IsLCSSA, in runWithDA() argument
71 DivergenceAnalysisImpl DA = buildDA(*F, IsLCSSA); in runWithDA()