Searched refs:Goto (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp1205 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator()); local
1206 Goto->removeFromParent();
1209 NewBlock->getInstList().push_back(Goto);
1210 Goto->setSuccessor(0, PHIBlock);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1343 /// Base class for basic block terminators: Branch, Goto, and Return.
1367 class Goto : public Terminator { class in namespace:clang::threadSafety
1369 Goto(BasicBlock *B, unsigned I) function in class:clang::threadSafety::Goto
1371 Goto(const Goto &G, BasicBlock *B, unsigned I) function in class:clang::threadSafety::Goto
1392 typename C::CType compare(const Goto *E, C &Cmp) const {
1403 /// Note that unlike Goto, Branch does not have an index. The target blocks
1486 case COP_Goto: return cast<Goto>(this)->successors();
1497 /// instructions. It ends with a Terminator, which is a Branch or Goto to
H A DThreadSafetyTraverse.h146 // SExprs of variable arity, such as Phi, Goto, and SCFG.
259 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) {
875 void printGoto(const Goto *E, StreamType &SS) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp910 auto *Tm = new (Arena) til::Goto(BB, Idx);

Completed in 94 milliseconds