reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
6024 EndBlock->getParent(), EndBlock); 6024 EndBlock->getParent(), EndBlock); 6025 TrueBranch = BranchInst::Create(EndBlock, TrueBlock); 6034 EndBlock->getParent(), EndBlock); 6034 EndBlock->getParent(), EndBlock); 6035 FalseBranch = BranchInst::Create(EndBlock, FalseBlock); 6050 EndBlock->getParent(), EndBlock); 6050 EndBlock->getParent(), EndBlock); 6051 auto *FalseBranch = BranchInst::Create(EndBlock, FalseBlock); 6062 TT = EndBlock; 6067 FT = EndBlock; 6083 PHINode *PN = PHINode::Create(SI->getType(), 2, "", &EndBlock->front());