OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitingBlocks
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
187
SmallVector<BasicBlock*, 8>
ExitingBlocks
;
188
L->getExitingBlocks(
ExitingBlocks
);
189
for (SmallVectorImpl<BasicBlock *>::iterator I =
ExitingBlocks
.begin(),
190
E =
ExitingBlocks
.end(); I != E; ++I)
301
for (unsigned i = 0, e =
ExitingBlocks
.size(); i != e; ++i) {
302
BasicBlock *ExitingBlock =
ExitingBlocks
[i];
788
SmallVector<BasicBlock*, 8>
ExitingBlocks
;
789
L->getExitingBlocks(
ExitingBlocks
);
790
for (unsigned i = 0, e =
ExitingBlocks
.size(); i != e; ++i) {
791
if (isa<IndirectBrInst>((
ExitingBlocks
[i])->getTerminator()))
[
all
...]
/external/llvm/include/llvm/Analysis/
LoopInfoImpl.h
33
getExitingBlocks(SmallVectorImpl<BlockT *> &
ExitingBlocks
) const {
46
ExitingBlocks
.push_back(*BI);
55
SmallVector<BlockT*, 8>
ExitingBlocks
;
56
getExitingBlocks(
ExitingBlocks
);
57
if (
ExitingBlocks
.size() == 1)
58
return
ExitingBlocks
[0];
LoopInfo.h
189
void getExitingBlocks(SmallVectorImpl<BlockT *> &
ExitingBlocks
) const;
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
406
SmallVector<BasicBlock*, 4>
ExitingBlocks
;
407
L->getExitingBlocks(
ExitingBlocks
);
412
for (SmallVectorImpl<BasicBlock *>::iterator I =
ExitingBlocks
.begin(),
413
IE =
ExitingBlocks
.end(); I != IE; ++I) {
/external/llvm/lib/Analysis/
RegionInfo.cpp
140
SmallVector<BasicBlock *, 8>
ExitingBlocks
;
141
L->getExitingBlocks(
ExitingBlocks
);
143
for (SmallVectorImpl<BasicBlock*>::iterator BI =
ExitingBlocks
.begin(),
144
BE =
ExitingBlocks
.end(); BI != BE; ++BI)
ScalarEvolution.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
353
BlockTSmallerVector &
ExitingBlocks
,
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
353
BlockTSmallerVector &
ExitingBlocks
,
[
all
...]
Completed in 192 milliseconds