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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 207 BasicBlock *PS2 = PBI->getSuccessor(1);
208 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1;
236 BasicBlock *PS2 = TBB->getSuccessor(1);
238 BranchInst *PBI2 = dyn_cast<BranchInst>(PS2->getTerminator());
240 // If PS1 does not jump into PS2, but PS2 jumps into PS1,
243 (PS1->getTerminator()->getSuccessor(0) != PS2)) {
244 // Check whether PS2 jumps into PS1.
246 (PS2->getTerminator()->getSuccessor(0) != PS1))
274 // PS2 should not contain PHI node
    [all...]
  /src/bin/ksh/
table.h 174 #define PS2 1 /* command continuation */
180 EXTERN int cur_prompt; /* PS1 or PS2 */
  /src/external/gpl3/gdb.old/dist/sim/rx/
rx.c 653 #define PS2(x) put_op (opcode, 2, x)
  /src/external/gpl3/gdb/dist/sim/rx/
rx.c 653 #define PS2(x) put_op (opcode, 2, x)

Completed in 41 milliseconds