Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp107 struct FlowPattern { struct
108 FlowPattern() : SplitB(0), TrueB(0), FalseB(0), JoinB(0), PredR(0) {} in FlowPattern() function
109 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern() function
118 PrintFP(const FlowPattern &P, const TargetRegisterInfo &T) in PrintFP()
120 const FlowPattern &FP;
159 FlowPattern &FP);
167 bool isValid(const FlowPattern &FP) const;
170 bool isProfitable(const FlowPattern &FP) const;
181 void updatePhiNodes(MachineBasicBlock *WhereB, const FlowPattern &FP);
182 void convert(const FlowPattern &FP);
[all …]