OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInBundle
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp
685
bool
IsInBundle
= false;
688
if (
IsInBundle
&& !MI.isInsideBundle()) {
690
IsInBundle
= false;
692
OS.indent(
IsInBundle
? 4 : 2);
694
if (!
IsInBundle
&& MI.getFlag(MachineInstr::BundledSucc)) {
696
IsInBundle
= true;
700
if (
IsInBundle
)
MachineBasicBlock.cpp
428
bool
IsInBundle
= false;
436
if (
IsInBundle
&& !MI.isInsideBundle()) {
438
IsInBundle
= false;
441
OS.indent(
IsInBundle
? 4 : 2);
445
if (!
IsInBundle
&& MI.getFlag(MachineInstr::BundledSucc)) {
447
IsInBundle
= true;
452
if (
IsInBundle
)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
872
bool
IsInBundle
= false;
881
assert(
IsInBundle
);
882
IsInBundle
= false;
889
if (
IsInBundle
) {
895
if (
IsInBundle
)
900
IsInBundle
= true;
Completed in 64 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026