OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLoopFor
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h
84
///
getLoopFor
- Return the inner most loop that BB lives in. If a basic
87
inline MachineLoop *
getLoopFor
(const MachineBasicBlock *BB) const {
88
return LI.
getLoopFor
(BB);
91
/// operator[] - same as
getLoopFor
...
94
return LI.
getLoopFor
(BB);
/external/llvm/include/llvm/Analysis/
LoopInfo.h
662
///
getLoopFor
- Return the inner most loop that BB lives in. If a basic
665
LoopT *
getLoopFor
(const BlockT *BB) const {
671
/// operator[] - same as
getLoopFor
...
674
return
getLoopFor
(BB);
681
const LoopT *L =
getLoopFor
(BB);
687
const LoopT *L =
getLoopFor
(BB);
798
const_cast<LoopT *>(
getLoopFor
(X)))
[
all
...]
Completed in 940 milliseconds