OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumBlocks
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Analysis/
CodeMetrics.h
60
unsigned
NumBlocks
;
84
usesDynamicAlloca(false), NumInsts(0),
NumBlocks
(0), NumCalls(0),
LoopInfoImpl.h
370
unsigned
NumBlocks
= 0;
386
++
NumBlocks
;
406
NumBlocks
+= Subloop->getBlocks().capacity();
421
L->getBlocksVector().reserve(
NumBlocks
);
/external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp
255
unsigned
NumBlocks
= MF->size();
258
MBBs.resize(
NumBlocks
);
261
Terminators.reserve(
NumBlocks
);
264
for (unsigned I = 0; I <
NumBlocks
; ++I) {
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 84 milliseconds