OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSuccessorIndex
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFGPrinter.h
216
unsigned SuccNo = I.
getSuccessorIndex
();
240
unsigned OpNo = I.
getSuccessorIndex
();
272
OpNo = I.
getSuccessorIndex
() + 1;
SparsePropagation.h
365
Succs[Case.
getSuccessorIndex
()] = true;
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h
221
return SplitCriticalEdge(BB->getTerminator(), SI.
getSuccessorIndex
(),
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
CFG.h
200
int
getSuccessorIndex
() const { return Idx; }
Instructions.h
3242
return SI->getSuccessor(
getSuccessorIndex
());
3249
unsigned
getSuccessorIndex
() const {
3281
SI->setSuccessor(
getSuccessorIndex
(), S);
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
558
unsigned SuccessorIndex =
getSuccessorIndex
(Parent, SuccInQuestion);
578
static unsigned
getSuccessorIndex
(const CFGBlock *Parent,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp
593
Succs[SI->findCaseValue(CI)->
getSuccessorIndex
()] = true;
604
Succs[Case.
getSuccessorIndex
()] = true;
608
Succs[SI->case_default()->
getSuccessorIndex
()] = true;
SimplifyCFG.cpp
4028
(uint32_t)Weights[SI->findCaseValue(TrueVal)->
getSuccessorIndex
()];
4030
(uint32_t)Weights[SI->findCaseValue(FalseVal)->
getSuccessorIndex
()];
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp
683
auto W = SIW.getSuccessorWeight(CaseI->
getSuccessorIndex
());
796
SIW.getSuccessorWeight(Case.
getSuccessorIndex
()));
801
auto W = SIW.getSuccessorWeight(Case.
getSuccessorIndex
());
844
0, SIW.getSuccessorWeight(LastCaseI->
getSuccessorIndex
()));
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
1150
return getEdgeProbability(Src, Dst.
getSuccessorIndex
());
1164
Prob += Probs.find(std::make_pair(Src, I.
getSuccessorIndex
()))->second;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp
685
BPI ? BPI->getEdgeProbability(SI.getParent(), I.
getSuccessorIndex
())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
10942
BPI ? BPI->getEdgeProbability(SI.getParent(), I.
getSuccessorIndex
())
Completed in 41 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026