Searched refs:isLCSSAForm (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp84 assert(L->isLCSSAForm(*DT) && "LCSSA form not preserved!");
161 assert(L->isLCSSAForm(*DT));
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp178 /// isLCSSAForm - Return true if the Loop is in LCSSA form
179 bool Loop::isLCSSAForm(DominatorTree &DT) const { function in class:Loop
/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h384 /// isLCSSAForm - Return true if the Loop is in LCSSA form
385 bool isLCSSAForm(DominatorTree &DT) const;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp479 assert(L->isLCSSAForm(*DT));
1839 assert(L->isLCSSAForm(*DT) &&
H A DLoopUnswitch.cpp392 assert(currentLoop->isLCSSAForm(*DT));

Completed in 166 milliseconds