Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DMisExpect.h40 void checkFrontendInstrumentation(Instruction &I);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp85 misexpect::checkFrontendInstrumentation(SI); in handleSwitchExpect()
308 misexpect::checkFrontendInstrumentation(BSI); in handleBrSelExpect()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMisExpect.cpp148 void checkFrontendInstrumentation(Instruction &I) { in checkFrontendInstrumentation() function