Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp81 class ImplicitNullChecks : public MachineFunctionPass { class
219 ImplicitNullChecks() : MachineFunctionPass(ID) { in ImplicitNullChecks() function in __anone4e1ca730111::ImplicitNullChecks
238 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) { in canHandle()
252 ImplicitNullChecks::DependenceResult
253 ImplicitNullChecks::computeDependence(const MachineInstr *MI, in computeDependence()
276 bool ImplicitNullChecks::canReorder(const MachineInstr *A, in canReorder()
303 bool ImplicitNullChecks::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
330 ImplicitNullChecks::AliasResult
331 ImplicitNullChecks::areMemoryOpsAliased(const MachineInstr &MI, in areMemoryOpsAliased()
365 ImplicitNullChecks::SuitabilityResult
[all …]
/freebsd-12-stable/lib/clang/libllvm/
DMakefile264 SRCS_MIN+= CodeGen/ImplicitNullChecks.cpp