Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp674 unsigned IdempotentInstCount = 0; in runOnBasicBlock() local
675 Changed |= rescheduleCanonically(IdempotentInstCount, MBB); in runOnBasicBlock()
742 for (unsigned i = 0; i < IdempotentInstCount && MII != MBB->end(); ++i) { in runOnBasicBlock()