Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp56 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in SimpleValue()
64 static bool canHandle(Instruction *Inst) { in canHandle() function
203 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!"); in CallValue()
211 static bool canHandle(Instruction *Inst) { in canHandle() function
508 if (SimpleValue::canHandle(Inst)) { in processNode()
571 if (CallValue::canHandle(Inst)) { in processNode()
/external/apache-http/android/src/android/net/http/
DHttpsConnection.java320 boolean canHandle = req.getEventHandler().handleSslErrorRequest(error); in openConnection()
321 if(!canHandle) { in openConnection()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2566 static bool canHandle(Instruction *I) { in canHandle() function
2577 assert(canHandle(I) && "Unknown instruction!"); in getHashValue()
2608 if (!CSEDenseMapInfo::canHandle(In)) in cse()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...