Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp74 MachineBasicBlock *NotNullSucc; member in __anon2329edbd0111::ImplicitNullChecks::NullCheck
90 CheckBlock(checkBlock), NotNullSucc(notNullSucc), NullSucc(nullSucc), in NullCheck()
99 MachineBasicBlock *getNotNullSucc() const { return NotNullSucc; } in getNotNullSucc()
349 MachineBasicBlock *NotNullSucc, *NullSucc; in analyzeBlockForNullChecks() local
352 NotNullSucc = MBP.TrueDest; in analyzeBlockForNullChecks()
355 NotNullSucc = MBP.FalseDest; in analyzeBlockForNullChecks()
361 if (NotNullSucc->pred_size() != 1) in analyzeBlockForNullChecks()
422 for (auto MII = NotNullSucc->begin(), MIE = NotNullSucc->end(); MII != MIE; in analyzeBlockForNullChecks()
466 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()