Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1110 static bool isIgnorableInst(const Instruction *I) { in isIgnorableInst() function
1189 if (KV.second.count() != 1 && !isIgnorableInst(KV.first)) { in validate()