Searched refs:LastBlock (Results 1 – 9 of 9) sorted by relevance
761 BasicBlock *const LastBlock, in getOrderedBlocks() argument765 assert(LastBlock && "invalid last block"); in getOrderedBlocks()766 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks()818 BasicBlock *LastBlock = nullptr; in processPhi() local821 if (LastBlock) { in processPhi()839 LastBlock = Phi.getIncomingBlock(I); in processPhi()841 if (!LastBlock) { in processPhi()846 if (LastBlock->getSingleSuccessor() != Phi.getParent()) { in processPhi()852 getOrderedBlocks(Phi, LastBlock, Phi.getNumIncomingValues()); in processPhi()
3304 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local3324 if (CurrBlock != LastBlock) { in iterateTouchedInstructions()3325 LastBlock = CurrBlock; in iterateTouchedInstructions()
760 BasicBlock *const LastBlock, in getOrderedBlocks() argument764 assert(LastBlock && "invalid last block"); in getOrderedBlocks()765 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks()817 BasicBlock *LastBlock = nullptr; in processPhi() local820 if (LastBlock) { in processPhi()838 LastBlock = Phi.getIncomingBlock(I); in processPhi()840 if (!LastBlock) { in processPhi()845 if (LastBlock->getSingleSuccessor() != Phi.getParent()) { in processPhi()851 getOrderedBlocks(Phi, LastBlock, Phi.getNumIncomingValues()); in processPhi()
3351 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local3371 if (CurrBlock != LastBlock) { in iterateTouchedInstructions()3372 LastBlock = CurrBlock; in iterateTouchedInstructions()
1953 CFGBlock *LastBlock = Block; in VisitCompoundStmt() local1960 LastBlock = newBlock; in VisitCompoundStmt()1966 return LastBlock; in VisitCompoundStmt()2120 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local2128 LastBlock = newBlock; in VisitDeclSubExpr()2132 LastBlock = newBlock; in VisitDeclSubExpr()2140 LastBlock = newBlock; in VisitDeclSubExpr()2147 CFGBlock *B = LastBlock; in VisitDeclSubExpr()2277 CFGBlock *LastBlock = addStmt(I->getCond()); in VisitIfStmt() local2283 LastBlock = addStmt(const_cast<DeclStmt *>(DS)); in VisitIfStmt()[all …]
2717 CFGBlock *LastBlock = Block; in VisitCompoundStmt() local2727 LastBlock = newBlock; in VisitCompoundStmt()2735 return LastBlock; in VisitCompoundStmt()2850 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local2854 LastBlock = NewBlock; in VisitDeclSubExpr()2856 return LastBlock; in VisitDeclSubExpr()2908 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local2916 LastBlock = newBlock; in VisitDeclSubExpr()2920 LastBlock = newBlock; in VisitDeclSubExpr()2930 LastBlock = newBlock; in VisitDeclSubExpr()[all …]
1474 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local1528 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
1750 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local1807 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
1690 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local1740 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()