Home
last modified time | relevance | path

Searched refs:countsAsInstruction (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp300 static bool countsAsInstruction(const MachineInstr &MI) { in countsAsInstruction() function
318 while (!countsAsInstruction(*I1)) { in ComputeCommonTailLength()
320 while (!countsAsInstruction(*I2)) { in ComputeCommonTailLength()
334 while (!countsAsInstruction(*I2)) { in ComputeCommonTailLength()
494 if (!countsAsInstruction(*I)) in EstimateRuntime()
854 if (!countsAsInstruction(*MBBI)) { in mergeOperations()
859 while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon)) in mergeOperations()
899 if (!countsAsInstruction(MI)) in mergeCommonTails()
909 while (!countsAsInstruction(*Pos)) { in mergeCommonTails()