Searched refs:NullSucc (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 133 MachineBasicBlock *NullSucc; member in __anoncb78a4320111::ImplicitNullChecks::NullCheck 146 CheckBlock(checkBlock), NotNullSucc(notNullSucc), NullSucc(nullSucc), in NullCheck() 157 MachineBasicBlock *getNullSucc() const { return NullSucc; } in getNullSucc() 205 MachineBasicBlock *NullSucc); 212 MachineBasicBlock *NullSucc, MachineInstr *&Dependence); 480 MachineInstr *DependenceMI, MachineBasicBlock *NullSucc) { in canDependenceHoistingClobberLiveIns() argument 502 if (AnyAliasLiveIn(TRI, NullSucc, DependenceMO.getReg())) in canDependenceHoistingClobberLiveIns() 513 MachineBasicBlock *NullSucc, in canHoistInst() argument 536 if (canDependenceHoistingClobberLiveIns(DependenceMI, NullSucc)) in canHoistInst() 579 MachineBasicBlock *NotNullSucc, *NullSucc; in analyzeBlockForNullChecks() local [all …]
|