Home
last modified time | relevance | path

Searched defs: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() function
107 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern() function
111 MachineBasicBlock *SplitB;
112 MachineBasicBlock *TrueB, *FalseB, *JoinB;
113 unsigned PredR;