HomeSort by relevance Sort by last modified time
    Searched refs:Terminator (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 94 // Represents the state of a block terminator.
96 // If this terminator is a relaxable branch, this points to the branch
100 // The address that we currently assume the terminator has.
103 // The current size of the terminator in bytes.
144 void skipTerminator(BlockPosition &Position, TerminatorInfo &Terminator,
148 bool mustRelaxBranch(const TerminatorInfo &Terminator, uint64_t Address);
153 void relaxBranch(TerminatorInfo &Terminator);
173 // accordingly and move Position to the end of the block's non-terminator
196 // Position describes the state immediately before Terminator.
197 // Update Terminator accordingly and move Position past it
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 33 const Stmt *Terminator;
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 19 void TNodeBuffer::TNode::Terminator(TNodeBuffer::TNode* aNode)
48 node->iSucc->iSucc = NULL; //terminator
vectorbuffer.h 32 void Terminator(TNode* aNode);
118 iBottom->Terminator(p);
177 TNode* t = iTop->Size() > 0 ? iTop : iTop->Succ(); //eliminate terminator
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameReader.h 48 Terminator,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
ThreadSafety.cpp     [all...]
UninitializedValues.cpp 574 // as the 'terminator', not the switch statement itself. Suppress
583 Branch.Terminator = Label;
588 Branch.Terminator = Term;
  /external/clang/lib/Driver/
Compilation.cpp 75 const char *Terminator, bool Quote) const {
96 OS << Terminator;
101 PrintJob(OS, **it, Terminator, Quote);
  /external/clang/include/clang/Driver/
Compilation.h 162 /// \param Terminator - A string to print at the end of the line.
165 const char *Terminator, bool Quote) const;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 106 Terminator,
224 /// \brief Returns true if this instruction part of the terminator for
231 return Flags & (1 << MCID::Terminator);
  /external/clang/lib/AST/
DeclPrinter.cpp 294 const char *Terminator = 0;
296 Terminator = 0;
299 Terminator = 0;
301 Terminator = 0;
308 Terminator = 0;
313 Terminator = ",";
315 Terminator = ";";
317 if (Terminator)
318 Out << Terminator;
    [all...]
  /external/llvm/include/llvm/Object/
Archive.h 32 char Terminator[2];
  /external/clang/include/clang/Analysis/
CFG.h 245 /// CFGTerminator - Represents CFGBlock terminator statement.
247 /// TemporaryDtorsBranch bit is set to true if the terminator marks a branch
248 /// in control flow of destructors of temporaries. In this case terminator
279 /// (2) A "terminator" statement (not in the set of statements).
282 /// Terminator: The terminator represents the type of control-flow that occurs
283 /// at the end of the basic block. The terminator is a Stmt* referring to an
291 /// currently have the following orderings based on the terminator:
293 /// Terminator Successor Ordering
349 /// Terminator - The terminator for a basic block tha
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 59 // terminator
60 result.kind = Terminator;
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 174 << "' with terminator: " << *BB->getTerminator() << '\n');
189 // If the terminator is the only non-phi instruction, try to nuke it.
230 // Sum up the cost of each instruction until we get to the terminator. Don't
231 // include the terminator because the copy won't include it.
301 /// terminator with the given value as its condition, and if so what value to
358 /// predecessor based on its terminator.
673 // Look to see if the terminator is a conditional branch, switch or indirect
676 Instruction *Terminator = BB->getTerminator();
677 if (BranchInst *BI = dyn_cast<BranchInst>(Terminator)) {
681 } else if (SwitchInst *SI = dyn_cast<SwitchInst>(Terminator)) {
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 360 /// isTerminator - Returns true if this instruction part of the terminator for
367 return hasProperty(MCID::Terminator, Type);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 501 const Stmt *Term = I->Terminator;
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 140 (* Terminator Instructions *)
    [all...]
llvm.mli 190 (* Terminator Instructions *)
750 characters in the string [s] and a null terminator in the context [c]. This
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 811 class Terminator (Exception):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 811 class Terminator (Exception):
    [all...]

Completed in 1899 milliseconds