OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrNum
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
3341
for (unsigned
InstrNum
: TouchedInstructions.set_bits()) {
3345
if (
InstrNum
== 0) {
3346
TouchedInstructions.reset(
InstrNum
);
3350
Value *V = InstrFromDFSNum(
InstrNum
);
3371
TouchedInstructions.reset(
InstrNum
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp
848
unsigned
InstrNum
= MI.getOperand(0).getImm();
854
std::make_tuple(
InstrNum
, OperandNum, Var, Expr, DL);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp
847
unsigned
InstrNum
= DefMI.getDebugInstrNum();
848
MIB.addImm(
InstrNum
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
1017
unsigned
InstrNum
= 0;
1022
if (getUnsigned(
InstrNum
))
1086
if (
InstrNum
)
1087
MI->setDebugInstrNum(
InstrNum
);
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026