OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UseIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
389
// operands. This means there is no need to adjust
UseIndex
to account for
392
unsigned
UseIndex
=
395
assert(
UseIndex
< CB->data_operands_size() &&
398
if (
UseIndex
>= CB->getNumArgOperands()) {
410
if (
UseIndex
>= F->arg_size()) {
416
Uses.push_back(&*std::next(F->arg_begin(),
UseIndex
));
521
// operands. This means there is no need to adjust
UseIndex
to account
524
unsigned
UseIndex
= std::distance(CB.arg_begin(), U);
530
assert(
UseIndex
< CB.data_operands_size() &&
533
bool IsOperandBundleUse =
UseIndex
>= CB.getNumArgOperands()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
Instruction.h
72
unsigned
UseIndex
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
118
size_t const
UseIndex
= Mapping.blockToIndex(UseBB);
120
bool const Result = Block[
UseIndex
].Kills[DefIndex];
Completed in 18 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026