Searched defs:FlowPattern (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 105 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() argument 111 MachineBasicBlock *SplitB; 112 MachineBasicBlock *TrueB, *FalseB, *JoinB; 113 unsigned PredR;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 121 struct FlowPattern { struct 123 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern() argument 127 MachineBasicBlock *SplitB = nullptr; 128 MachineBasicBlock *TrueB = nullptr; 129 MachineBasicBlock *FalseB = nullptr; 130 MachineBasicBlock *JoinB = nullptr; 131 unsigned PredR = 0;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonEarlyIfConv.cpp | 121 struct FlowPattern { struct 123 FlowPattern(MachineBasicBlock *B, unsigned PR, MachineBasicBlock *TB, in FlowPattern() argument 127 MachineBasicBlock *SplitB = nullptr; 128 MachineBasicBlock *TrueB = nullptr; 129 MachineBasicBlock *FalseB = nullptr; 130 MachineBasicBlock *JoinB = nullptr; 131 unsigned PredR = 0;
|