OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCaseIndex
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp
101
uint64_t Index = (Case == *SI.case_default()) ? 0 : Case.
getCaseIndex
() + 1;
SimpleLoopUnswitch.cpp
639
ExitCaseIndices.push_back(Case.
getCaseIndex
());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
4070
unsigned idx = I->
getCaseIndex
();
4157
Weights.getValue()[I->
getCaseIndex
() + 1] = Weights.getValue().back();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
229
unsigned idx = i->
getCaseIndex
();
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
3246
unsigned
getCaseIndex
() const { return Index; }
Completed in 35 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026