Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1941 static bool canTailPredicateInstruction(Instruction &I, int &ICmpCount) { in canTailPredicateInstruction() argument
1944 if (isa<ICmpInst>(&I) && ++ICmpCount > 1) in canTailPredicateInstruction()
2012 int ICmpCount = 0; in canTailPredicateLoop() local
2018 if (!canTailPredicateInstruction(I, ICmpCount)) { in canTailPredicateLoop()