Searched refs:canHandle (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp57 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
65 static bool canHandle(Instruction *Inst) { function in struct:__anon3179::SimpleValue
204 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
212 static bool canHandle(Instruction *Inst) { function in struct:__anon3180::CallValue
524 if (SimpleValue::canHandle(CondInst)) {
582 if (SimpleValue::canHandle(Inst)) {
649 if (CallValue::canHandle(Inst)) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2986 static bool canHandle(Instruction *I) { function in struct:__anon3296::CSEDenseMapInfo
2997 assert(canHandle(I) && "Unknown instruction!");
3028 if (!CSEDenseMapInfo::canHandle(In))

Completed in 61 milliseconds