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

/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp83 assert(L->isLCSSAForm(*DT) && "LCSSA form not preserved!");
170 assert(L->isLCSSAForm(*DT));
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h369 /// isLCSSAForm - Return true if the Loop is in LCSSA form
370 bool isLCSSAForm(DominatorTree &DT) const;
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp175 /// isLCSSAForm - Return true if the Loop is in LCSSA form
176 bool Loop::isLCSSAForm(DominatorTree &DT) const { function in class:Loop
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp479 assert(L->isLCSSAForm(*DT));
1824 assert(L->isLCSSAForm(*DT) &&
H A DLoopUnswitch.cpp394 assert(currentLoop->isLCSSAForm(*DT));

Completed in 138 milliseconds