Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp761 BasicBlock *const LastBlock, in getOrderedBlocks() argument
765 assert(LastBlock && "invalid last block"); in getOrderedBlocks()
766 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks()
818 BasicBlock *LastBlock = nullptr; in processPhi() local
821 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()
DNewGVN.cpp3304 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local
3324 if (CurrBlock != LastBlock) { in iterateTouchedInstructions()
3325 LastBlock = CurrBlock; in iterateTouchedInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp760 BasicBlock *const LastBlock, in getOrderedBlocks() argument
764 assert(LastBlock && "invalid last block"); in getOrderedBlocks()
765 BasicBlock *CurBlock = LastBlock; in getOrderedBlocks()
817 BasicBlock *LastBlock = nullptr; in processPhi() local
820 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()
DNewGVN.cpp3351 const BasicBlock *LastBlock = getBlockForValue(InstrFromDFSNum(FirstInstr)); in iterateTouchedInstructions() local
3371 if (CurrBlock != LastBlock) { in iterateTouchedInstructions()
3372 LastBlock = CurrBlock; in iterateTouchedInstructions()
/external/clang/lib/Analysis/
DCFG.cpp1953 CFGBlock *LastBlock = Block; in VisitCompoundStmt() local
1960 LastBlock = newBlock; in VisitCompoundStmt()
1966 return LastBlock; in VisitCompoundStmt()
2120 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local
2128 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() local
2283 LastBlock = addStmt(const_cast<DeclStmt *>(DS)); in VisitIfStmt()
[all …]
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp2717 CFGBlock *LastBlock = Block; in VisitCompoundStmt() local
2727 LastBlock = newBlock; in VisitCompoundStmt()
2735 return LastBlock; in VisitCompoundStmt()
2850 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local
2854 LastBlock = NewBlock; in VisitDeclSubExpr()
2856 return LastBlock; in VisitDeclSubExpr()
2908 CFGBlock *LastBlock = Block; in VisitDeclSubExpr() local
2916 LastBlock = newBlock; in VisitDeclSubExpr()
2920 LastBlock = newBlock; in VisitDeclSubExpr()
2930 LastBlock = newBlock; in VisitDeclSubExpr()
[all …]
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1474 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1528 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1750 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1807 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1690 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1740 FirstNewBlock = LastBlock; ++FirstNewBlock; in InlineFunction()