OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredFBB
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TailDuplication.cpp
650
MachineBasicBlock *PredTBB = NULL, *
PredFBB
= NULL;
652
if (TII->AnalyzeBranch(*PredBB, PredTBB,
PredFBB
, PredCond, true))
681
MachineBasicBlock *PredTBB = NULL, *
PredFBB
= NULL;
683
if (TII->AnalyzeBranch(*PredBB, PredTBB,
PredFBB
, PredCond, true))
693
// Make
PredFBB
explicit.
695
PredFBB
= PredTBB;
700
if (!
PredFBB
)
701
PredFBB
= NextBB;
704
if (
PredFBB
== TailBB)
705
PredFBB
= NewTarget
[
all
...]
BranchFolding.cpp
[
all
...]
Completed in 305 milliseconds