OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInBundle
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MIRPrinter.cpp
504
bool
IsInBundle
= false;
507
if (
IsInBundle
&& !MI.isInsideBundle()) {
509
IsInBundle
= false;
511
OS.indent(
IsInBundle
? 4 : 2);
513
if (!
IsInBundle
&& MI.getFlag(MachineInstr::BundledSucc)) {
515
IsInBundle
= true;
519
if (
IsInBundle
)
[
all
...]
/external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
515
bool
IsInBundle
= false;
525
assert(
IsInBundle
);
526
IsInBundle
= false;
533
if (
IsInBundle
) {
539
if (
IsInBundle
)
544
IsInBundle
= true;
[
all
...]
Completed in 485 milliseconds