Searched defs:IsNoThrow (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp580 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { function in class:llvm::objcarc
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp425 /// IsNoThrow - Test if the given class represents instructions which are always
427 static bool IsNoThrow(InstructionClass Class) { function
2086 if (IsNoThrow(Class)) {

Completed in 230 milliseconds