Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1133 static bool isIgnorableInst(const Instruction *I) { in isIgnorableInst() function
1212 if (KV.second.count() != 1 && !isIgnorableInst(KV.first)) { in validate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp1117 static bool isIgnorableInst(const Instruction *I) { in isIgnorableInst() function
1196 if (KV.second.count() != 1 && !isIgnorableInst(KV.first)) { in validate()
/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()