Searched refs:MaxRecurse (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 98 const DominatorTree *DT, unsigned MaxRecurse) { in ExpandBinOp() argument 101 if (!MaxRecurse--) in ExpandBinOp() 110 if (Value *L = SimplifyBinOp(Opcode, A, C, TD, DT, MaxRecurse)) in ExpandBinOp() 111 if (Value *R = SimplifyBinOp(Opcode, B, C, TD, DT, MaxRecurse)) { in ExpandBinOp() 121 MaxRecurse)) { in ExpandBinOp() 134 if (Value *L = SimplifyBinOp(Opcode, A, B, TD, DT, MaxRecurse)) in ExpandBinOp() 135 if (Value *R = SimplifyBinOp(Opcode, A, C, TD, DT, MaxRecurse)) { in ExpandBinOp() 145 MaxRecurse)) { in ExpandBinOp() 161 const DominatorTree *DT, unsigned MaxRecurse) { in FactorizeBinOp() argument 164 if (!MaxRecurse--) in FactorizeBinOp() [all …]
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 142 unsigned MaxRecurse) { in ExpandBinOp() argument 145 if (!MaxRecurse--) in ExpandBinOp() 154 if (Value *L = SimplifyBinOp(Opcode, A, C, Q, MaxRecurse)) in ExpandBinOp() 155 if (Value *R = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in ExpandBinOp() 164 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() 177 if (Value *L = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse)) in ExpandBinOp() 178 if (Value *R = SimplifyBinOp(Opcode, A, C, Q, MaxRecurse)) { in ExpandBinOp() 187 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp() 200 const Query &Q, unsigned MaxRecurse) { in SimplifyAssociativeBinOp() argument 205 if (!MaxRecurse--) in SimplifyAssociativeBinOp() [all …]
|