Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp238 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp109 static bool canHandle(Instruction *Inst) { in canHandle() function
457 static bool canHandle(Instruction *Inst) { in canHandle() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp998 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3781 static bool canHandle(const Instruction *I) { in canHandle() function