OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumBlocks
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/Analysis/
LoopIterator.h
57
L(Container), PostNumbers(NextPowerOf2(Container->
getNumBlocks
())) {
58
PostBlocks.reserve(Container->
getNumBlocks
());
67
bool isComplete() const { return PostBlocks.size() == L->
getNumBlocks
(); }
140
assert(DFS.L->
getNumBlocks
() && "po_iterator cannot handle an empty graph");
LoopInfo.h
152
///
getNumBlocks
- Get the number of blocks in this loop in constant time.
153
unsigned
getNumBlocks
() const {
LoopInfoImpl.h
286
assert(NumVisited ==
getNumBlocks
() && "Unreachable block in loop");
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp
119
int
getNumBlocks
(void) const { return (int)m_bufferBlocks.size(); }
vktSSBOLayoutCase.cpp
603
int numBlocks = interface.
getNumBlocks
();
811
for (int ndx = 0; ndx < interface.
getNumBlocks
(); ++ndx)
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp
129
int
getNumBlocks
(void) const { return (int)m_bufferBlocks.size(); }
es31fSSBOLayoutCase.cpp
688
int numBlocks = interface.
getNumBlocks
();
896
for (int ndx = 0; ndx < interface.
getNumBlocks
(); ++ndx)
[
all
...]
/external/llvm/lib/Analysis/
LoopInfo.cpp
481
if (Unloop->
getNumBlocks
()) {
508
assert(NIters < Unloop->
getNumBlocks
() && "runaway iterative algorithm");
/external/llvm/include/llvm/Support/
GCOV.h
272
size_t
getNumBlocks
() const { return Blocks.size(); }
/external/llvm/lib/IR/
GCOV.cpp
702
<< safeDiv(BlocksExec * 100, Func->
getNumBlocks
() - 1) << "%\n";
/external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp
[
all
...]
LoopIdiomRecognize.cpp
[
all
...]
/external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/zxing/core/
core.jar
Completed in 1471 milliseconds