OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredCond
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TailDuplication.cpp
651
SmallVector<MachineOperand, 4>
PredCond
;
652
if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true))
655
if (!
PredCond
.empty())
682
SmallVector<MachineOperand, 4>
PredCond
;
683
if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true))
694
if (
PredCond
.empty())
711
PredCond
.clear();
724
TII->InsertBranch(*PredBB, PredTBB, PredFBB,
PredCond
, DebugLoc());
770
SmallVector<MachineOperand, 4>
PredCond
;
771
if (TII->AnalyzeBranch(*PredBB, PredTBB, PredFBB,
PredCond
, true)
[
all
...]
BranchFolding.cpp
[
all
...]
Completed in 41 milliseconds