OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getsuccessor
(Results
76 - 100
of
233
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
183
MBBMap[Invoke->
getSuccessor
(1)]->setIsLandingPad();
450
SuccBB = Br->
getSuccessor
(0);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
SparsePropagation.h
381
if (TI->
getSuccessor
(i) == To && SuccFeasible[i])
398
markEdgeExecutable(BB, TI.
getSuccessor
(i));
/external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
628
return BI->
getSuccessor
(CI->isZero()) == To;
768
markEdgeExecutable(BB, TI.
getSuccessor
(i));
[
all
...]
GVN.cpp
[
all
...]
LoopIdiomRecognize.cpp
[
all
...]
LoopUnrollPass.cpp
463
KnownSucc = BI->
getSuccessor
(0);
466
KnownSucc = BI->
getSuccessor
(SimpleCondVal->isZero() ? 1 : 0);
474
KnownSucc = SI->
getSuccessor
(0);
[
all
...]
/prebuilts/tools/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/
software-and-algorithms-1.0.jar
/external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp
201
BasicBlock *DestBB = BI->
getSuccessor
(0);
288
BasicBlock *DestBB = BI->
getSuccessor
(0);
678
if (!BI || !BI->isUnconditional() || BI->
getSuccessor
(0) != BB)
[
all
...]
/external/llvm/lib/Analysis/
LazyValueInfo.cpp
[
all
...]
/external/llvm/lib/IR/
Dominators.cpp
44
if (TI->
getSuccessor
(i) == End)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h
139
inline pointer operator*() const { return Term->
getSuccessor
(idx); }
PatternMatch.h
684
T = BI->
getSuccessor
(0);
685
F = BI->
getSuccessor
(1);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp
243
SI->
getSuccessor
(i)));
/external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp
344
BasicBlock *Succ = TI->
getSuccessor
(i);
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
341
BasicBlock *Dest = BI->
getSuccessor
(!Cond->getZExtValue());
586
BasicBlock *Dest = BI->
getSuccessor
(0);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instructions.h
[
all
...]
Completed in 1273 milliseconds
1
2
3
4
5
6
7
8
9
10