OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopEntry
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
728
static Value *matchCondition(BranchInst *BI, BasicBlock *
LoopEntry
) {
741
if ((Pred == ICmpInst::ICMP_NE && BI->getSuccessor(0) ==
LoopEntry
) ||
742
(Pred == ICmpInst::ICMP_EQ && BI->getSuccessor(1) ==
LoopEntry
))
777
BasicBlock *
LoopEntry
;
785
LoopEntry
= *(CurLoop->block_begin());
790
dyn_cast<BranchInst>(
LoopEntry
->getTerminator()),
LoopEntry
))
834
for (BasicBlock::iterator Iter =
LoopEntry
->getFirstNonPHI()->getIterator(),
835
IterE =
LoopEntry
->end();
846
if (!Phi || Phi->getParent() !=
LoopEntry
)
[
all
...]
/external/zlib/src/contrib/asm686/
match.S
197
jmp
LoopEntry
228
LoopEntry
: movzwl -1(%esi,%ecx), %eax
/external/zlib/src/contrib/amd64/
amd64-match.S
233
jmp
LoopEntry
256
LoopEntry
: cmpw -1(%windowbestlen, %curmatch), %scanendw
/external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S
397
LoopEntry
:
/external/zlib/src/contrib/masmx86/
match686.asm
300
jmp short
LoopEntry
331
LoopEntry
: movzx eax, word ptr [esi + ecx - 1]
/external/zlib/src/contrib/masmx64/
gvmat64.asm
391
LoopEntry
:
Completed in 328 milliseconds