OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredCond
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
TailDuplicator.cpp
633
SmallVector<MachineOperand, 4>
PredCond
;
634
if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true))
637
if (!
PredCond
.empty())
664
SmallVector<MachineOperand, 4>
PredCond
;
665
if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true))
676
if (
PredCond
.empty())
693
PredCond
.clear();
713
TII->InsertBranch(*PredBB, PredTBB, PredFBB,
PredCond
, DebugLoc());
752
SmallVector<MachineOperand, 4>
PredCond
;
753
if (TII->analyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true)
[
all
...]
BranchFolding.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp
642
SmallVector<MachineOperand, 4>
PredCond
;
643
if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true))
646
if (!
PredCond
.empty())
673
SmallVector<MachineOperand, 4>
PredCond
;
674
if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true))
685
if (
PredCond
.empty())
702
PredCond
.clear();
715
TII->InsertBranch(*PredBB, PredTBB, PredFBB,
PredCond
, DebugLoc());
761
SmallVector<MachineOperand, 4>
PredCond
;
762
if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true)
[
all
...]
BranchFolding.cpp
[
all
...]
Completed in 3392 milliseconds