Searched defs: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() 161 const DominatorTree *DT, unsigned MaxRecurse) { in FactorizeBinOp() 232 unsigned MaxRecurse) { in SimplifyAssociativeBinOp() 333 unsigned MaxRecurse) { in ThreadBinOpOverSelect() 407 unsigned MaxRecurse) { in ThreadCmpOverSelect() 462 unsigned MaxRecurse) { in ThreadBinOpOverPHI() 506 unsigned MaxRecurse) { in ThreadCmpOverPHI() 544 unsigned MaxRecurse) { in SimplifyAddInst() 613 unsigned MaxRecurse) { in SimplifySubInst() 733 const DominatorTree *DT, unsigned MaxRecurse) { in SimplifyMulInst() [all …]
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 142 unsigned MaxRecurse) { in ExpandBinOp() 200 const Query &Q, unsigned MaxRecurse) { in SimplifyAssociativeBinOp() 299 const Query &Q, unsigned MaxRecurse) { in ThreadBinOpOverSelect() 371 unsigned MaxRecurse) { in ThreadCmpOverSelect() 452 const Query &Q, unsigned MaxRecurse) { in ThreadBinOpOverPHI() 494 const Query &Q, unsigned MaxRecurse) { in ThreadCmpOverPHI() 530 const Query &Q, unsigned MaxRecurse) { in SimplifyAddInst() 664 const Query &Q, unsigned MaxRecurse) { in SimplifySubInst() 788 const Query &Q, unsigned MaxRecurse) { in SimplifyFAddInst() 827 const Query &Q, unsigned MaxRecurse) { in SimplifyFSubInst() [all …]
|