OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitEdges
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp
158
SmallVector<Edge, 8>
ExitEdges
;
161
BBLoop->getExitEdges(
ExitEdges
);
184
for (SmallVectorImpl<Edge>::iterator ei =
ExitEdges
.begin(),
185
ee =
ExitEdges
.end(); ei != ee; ++ei) {
/external/llvm/include/llvm/Analysis/
LoopInfoImpl.h
97
getExitEdges(SmallVectorImpl<Edge> &
ExitEdges
) const {
110
ExitEdges
.push_back(Edge(*BI, *I));
LoopInfo.h
208
void getExitEdges(SmallVectorImpl<Edge> &
ExitEdges
) const;
Completed in 3912 milliseconds