OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumBackEdges
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
242
if (L->
getNumBackEdges
() < 8) {
614
assert(L->
getNumBackEdges
() > 1 && "Must have > 1 backedge!");
/external/llvm/include/llvm/Analysis/
LoopInfo.h
151
///
getNumBackEdges
- Calculate the number of back edges to the loop header
153
unsigned
getNumBackEdges
() const {
[
all
...]
Completed in 15 milliseconds