Home
last modified time | relevance | path

Searched defs:shouldRunPass (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DOptBisect.h31 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOptBisect.h31 virtual bool shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOptBisect.cpp42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function in OptBisect
/external/llvm-project/llvm/lib/IR/
DOptBisect.cpp42 bool OptBisect::shouldRunPass(const Pass *P, StringRef IRDescription) { in shouldRunPass() function in OptBisect
/external/llvm/lib/IR/
DOptBisect.cpp96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U) { in shouldRunPass() function in OptBisect
/external/llvm-project/llvm/unittests/IR/
DLegacyPassManagerTest.cpp361 bool shouldRunPass(const Pass *P, StringRef IRDescription) override { in shouldRunPass() function