Home
last modified time | relevance | path

Searched refs:FlowPattern (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp105 struct FlowPattern { struct
106 FlowPattern() : SplitB(0), TrueB(0), FalseB(0), JoinB(0), PredR(0) {} in FlowPattern() argument
107 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern() argument
116 PrintFP(const FlowPattern &P, const TargetRegisterInfo &T) in PrintFP()
118 const FlowPattern &FP;
157 FlowPattern &FP);
165 bool isValid(const FlowPattern &FP) const;
168 bool isProfitable(const FlowPattern &FP) const;
179 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP);
180 void convert(const FlowPattern &FP);
[all …]