OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredTBB
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
TailDuplicator.cpp
632
MachineBasicBlock *
PredTBB
= nullptr, *PredFBB = nullptr;
634
if (TII->analyzeBranch(*PredBB,
PredTBB
, PredFBB, PredCond, true))
663
MachineBasicBlock *
PredTBB
= nullptr, *PredFBB = nullptr;
665
if (TII->analyzeBranch(*PredBB,
PredTBB
, PredFBB, PredCond, true))
677
PredFBB =
PredTBB
;
680
if (!
PredTBB
)
681
PredTBB
= NextBB;
688
if (
PredTBB
== TailBB)
689
PredTBB
= NewTarget;
692
if (
PredTBB
== PredFBB)
[
all
...]
BranchFolding.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp
641
MachineBasicBlock *
PredTBB
= NULL, *PredFBB = NULL;
643
if (TII->AnalyzeBranch(*PredBB,
PredTBB
, PredFBB, PredCond, true))
672
MachineBasicBlock *
PredTBB
= NULL, *PredFBB = NULL;
674
if (TII->AnalyzeBranch(*PredBB,
PredTBB
, PredFBB, PredCond, true))
686
PredFBB =
PredTBB
;
689
if (!
PredTBB
)
690
PredTBB
= NextBB;
697
if (
PredTBB
== TailBB)
698
PredTBB
= NewTarget;
701
if (
PredTBB
== PredFBB)
[
all
...]
BranchFolding.cpp
[
all
...]
Completed in 373 milliseconds