Searched refs:canMerge (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI); 181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL 249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
|
D | PPCBranchCoalescing.cpp | 182 bool canMerge(CoalescingCandidateInfo &SourceRegion, 534 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing 766 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 74 bool canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI); 181 bool PPCExpandISEL::canMerge(MachineInstr *PrevPushedMI, MachineInstr *MI) { in canMerge() function in PPCExpandISEL 249 while (I != E && canMerge(SubISELList.back(), *I)) { in expandAndMergeISELs()
|
D | PPCBranchCoalescing.cpp | 182 bool canMerge(CoalescingCandidateInfo &SourceRegion, 529 bool PPCBranchCoalescing::canMerge(CoalescingCandidateInfo &SourceRegion, in canMerge() function in PPCBranchCoalescing 761 if (!canMerge(Cand2, Cand1)) { in runOnMachineFunction()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | quarantine_test.cpp | 59 EXPECT_TRUE(Into.canMerge(&From)); in TEST() 67 EXPECT_FALSE(Into.canMerge(&From)); in TEST()
|
/external/scudo/standalone/ |
D | quarantine.h | 42 bool canMerge(const QuarantineBatch *const From) const { in canMerge() function 115 if (Current->canMerge(Current->Next)) { in mergeBatches()
|
/external/scudo/standalone/tests/ |
D | quarantine_test.cpp | 59 EXPECT_TRUE(Into.canMerge(&From)); in TEST() 67 EXPECT_FALSE(Into.canMerge(&From)); in TEST()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | quarantine.h | 42 bool canMerge(const QuarantineBatch *const From) const { in canMerge() function 115 if (Current->canMerge(Current->Next)) { in mergeBatches()
|