Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp996 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
997 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
1008 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td174 def Jmp : JumpOpcode;
H A DInterp.cpp39 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() function