Home
last modified time | relevance | path

Searched refs:ImplicitNullChecks (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp79 class ImplicitNullChecks : public MachineFunctionPass { class
217 ImplicitNullChecks() : MachineFunctionPass(ID) { in ImplicitNullChecks() function in __anoncb78a4320111::ImplicitNullChecks
236 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle()
250 ImplicitNullChecks::DependenceResult
251 ImplicitNullChecks::computeDependence(const MachineInstr *MI, in computeDependence()
274 bool ImplicitNullChecks::canReorder(const MachineInstr *A, in canReorder()
301 bool ImplicitNullChecks::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
328 ImplicitNullChecks::AliasResult
329 ImplicitNullChecks::areMemoryOpsAliased(const MachineInstr &MI, in areMemoryOpsAliased()
363 ImplicitNullChecks::SuitabilityResult
[all …]
H A DCMakeLists.txt74 ImplicitNullChecks.cpp
/openbsd-src/gnu/llvm/llvm/docs/
H A DFaultMaps.rst63 The ``ImplicitNullChecks`` pass
66 The ``ImplicitNullChecks`` pass transforms explicit control flow for
100 ``ImplicitNullChecks`` pass runs during codegen, if
103 The ``ImplicitNullChecks`` pass adds entries to the
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile57 ImplicitNullChecks.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn70 "ImplicitNullChecks.cpp",