Searched refs:NullSucc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ImplicitNullChecks.cpp | 135 MachineBasicBlock *NullSucc; member in __anon6c2f2e660111::ImplicitNullChecks::NullCheck 148 CheckBlock(checkBlock), NotNullSucc(notNullSucc), NullSucc(nullSucc), in NullCheck() 159 MachineBasicBlock *getNullSucc() const { return NullSucc; } in getNullSucc() 207 MachineBasicBlock *NullSucc); 214 MachineBasicBlock *NullSucc, MachineInstr *&Dependence); 482 MachineInstr *DependenceMI, MachineBasicBlock *NullSucc) { in canDependenceHoistingClobberLiveIns() argument 504 if (AnyAliasLiveIn(TRI, NullSucc, DependenceMO.getReg())) in canDependenceHoistingClobberLiveIns() 515 MachineBasicBlock *NullSucc, in canHoistInst() argument 538 if (canDependenceHoistingClobberLiveIns(DependenceMI, NullSucc)) in canHoistInst() 581 MachineBasicBlock *NotNullSucc, *NullSucc; in analyzeBlockForNullChecks() local [all …]
|