Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBranchFolding.cpp301 static bool countsAsInstruction(const MachineInstr &MI) { in countsAsInstruction() function
313 if (countsAsInstruction(*I)) in skipBackwardPastNonInstructions()
441 if (!countsAsInstruction(*I)) in EstimateRuntime()
782 if (!countsAsInstruction(*MBBI)) { in mergeOperations()
787 while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon)) in mergeOperations()
827 if (!countsAsInstruction(MI)) in mergeCommonTails()
837 while (!countsAsInstruction(*Pos)) { in mergeCommonTails()