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.cpp1020 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
1021 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
1032 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td165 def Jmp : JumpOpcode;
H A DInterp.cpp42 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() function