HomeSort by: relevance | last modified time | path
    Searched defs:Goto (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 1218 BranchInst *Goto = cast<BranchInst>(IncomingBlock->getTerminator());
1219 Goto->removeFromParent();
1222 NewBlock->getInstList().push_back(Goto);
1223 Goto->setSuccessor(0, PHIBlock);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1345 /// Base class for basic block terminators: Branch, Goto, and Return.
1365 /// A goto instruction is essentially a tail-recursive call into another
1369 class Goto : public Terminator {
1371 Goto(BasicBlock *B, unsigned I)
1373 Goto(const Goto &G, BasicBlock *B, unsigned I)
1394 typename C::CType compare(const Goto *E, C &Cmp) const {
1405 /// Note that unlike Goto, Branch does not have an index. The target blocks
1488 case COP_Goto: return cast<Goto>(this)->successors();
1499 /// instructions. It ends with a Terminator, which is a Branch or Goto t
    [all...]

Completed in 18 milliseconds