Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp775 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
776 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
787 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DInterp.cpp82 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() function
DOpcodes.td119 def Jmp : JumpOpcode;