Home
last modified time | relevance | path

Searched refs:Jmp (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp558 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
559 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
570 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
578 Latch->begin(), Jmp->getIterator()); in simplifyLoopLatch()
581 BasicBlock *Header = Jmp->getSuccessor(0); in simplifyLoopLatch()
587 Jmp->eraseFromParent(); in simplifyLoopLatch()
/external/libchrome/sandbox/linux/bpf_dsl/
Dverifier.cc53 void Jmp(State* state, const struct sock_filter& insn, const char** err) { in Jmp() function
195 Jmp(&state, insn, err); in EvaluateBPF()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h101 static NewSense Jmp(bool isNVJ) { in Jmp() function
DHexagonMCChecker.cpp219 … NewUses[N] = NewSense::Jmp(llvm::HexagonMCInstrInfo::getType(MCII, MCI) == HexagonII::TypeNV); in init()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp634 ConstantInt *Jmp = ConstantInt::get(Int8Ty, kJmpPCRel32Code); in createJumpTableEntry() local
649 Jmp, OffsetedDisp, Int3, Int3, Int3, in createJumpTableEntry()