HomeSort by relevance Sort by last modified time
    Searched refs:LoopEntry (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 347 BasicBlock *LoopEntry) const {
360 if ((Pred == ICmpInst::ICMP_NE && Br->getSuccessor(0) == LoopEntry) ||
361 (Pred == ICmpInst::ICMP_EQ && Br->getSuccessor(1) == LoopEntry))
390 BasicBlock *LoopEntry;
398 LoopEntry = *(CurLoop->block_begin());
402 if (Value *T = matchCondition (LIRUtil::getBranch(LoopEntry), LoopEntry))
445 for (BasicBlock::iterator Iter = LoopEntry->getFirstNonPHI(),
446 IterE = LoopEntry->end(); Iter != IterE; Iter++) {
456 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 232 milliseconds