Searched refs:ImplicitNullChecks (Results 1 – 3 of 3) sorted by relevance
61 class ImplicitNullChecks : public MachineFunctionPass { class120 ImplicitNullChecks() : MachineFunctionPass(ID) { in ImplicitNullChecks() function in __anonb2f1df7a0111::ImplicitNullChecks292 bool ImplicitNullChecks::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()322 bool ImplicitNullChecks::analyzeBlockForNullChecks( in analyzeBlockForNullChecks()485 ImplicitNullChecks::insertFaultingLoad(MachineInstr *LoadMI, in insertFaultingLoad()515 void ImplicitNullChecks::rewriteNullChecks( in rewriteNullChecks()516 ArrayRef<ImplicitNullChecks::NullCheck> NullCheckList) { in rewriteNullChecks()570 char ImplicitNullChecks::ID = 0;571 char &llvm::ImplicitNullChecksID = ImplicitNullChecks::ID;572 INITIALIZE_PASS_BEGIN(ImplicitNullChecks, "implicit-null-checks",[all …]
31 ImplicitNullChecks.cpp
57 The ``ImplicitNullChecks`` pass60 The ``ImplicitNullChecks`` pass transforms explicit control flow for94 ``ImplicitNullChecks`` pass runs during codegen, if97 The ``ImplicitNullChecks`` pass adds entries to the