OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLCSSAForm
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
83
assert(L->
isLCSSAForm
(*DT) && "LCSSA form not preserved!");
170
assert(L->
isLCSSAForm
(*DT));
/external/llvm/include/llvm/Analysis/
LoopInfo.h
370
///
isLCSSAForm
- Return true if the Loop is in LCSSA form
371
bool
isLCSSAForm
(DominatorTree &DT) const;
/external/llvm/lib/Analysis/
LoopInfo.cpp
178
///
isLCSSAForm
- Return true if the Loop is in LCSSA form
179
bool Loop::
isLCSSAForm
(DominatorTree &DT) const {
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
479
assert(L->
isLCSSAForm
(*DT));
[
all
...]
LoopUnswitch.cpp
394
assert(currentLoop->
isLCSSAForm
(*DT));
[
all
...]
Completed in 202 milliseconds