OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PS2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp
196
BasicBlock *
PS2
= PBI->getSuccessor(1);
197
BasicBlock *PS = (PS1 == BB) ?
PS2
: PS1;
225
BasicBlock *
PS2
= TBB->getSuccessor(1);
227
BranchInst *PBI2 = dyn_cast<BranchInst>(
PS2
->getTerminator());
229
// If PS1 does not jump into
PS2
, but
PS2
jumps into PS1,
232
(PS1->getTerminator()->getSuccessor(0) !=
PS2
)) {
233
// Check whether
PS2
jumps into PS1.
235
(
PS2
->getTerminator()->getSuccessor(0) != PS1))
262
//
PS2
should not contain PHI node
[
all
...]
/external/mksh/src/
sh.h
[
all
...]
Completed in 144 milliseconds