Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp26 bool MemoryOpRemark::canHandle(const Instruction *I, const TargetLibraryInfo &TLI) { in canHandle() function in MemoryOpRemark
385 bool AutoInitRemark::canHandle(const Instruction *I) { in canHandle() function in AutoInitRemark
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp104 static bool canHandle(Instruction *Inst) { in canHandle() function
468 static bool canHandle(Instruction *Inst) { in canHandle() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp236 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle() function in ImplicitNullChecks
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp913 auto canHandle = [](MCFragment &F) -> bool { in finishLayout() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3384 static bool canHandle(const Instruction *I) { in canHandle() function