Home
last modified time | relevance | path

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

/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/lib/Transforms/Utils/
DInlineFunction.cpp1474 Function::iterator LastBlock = --Caller->end(); in InlineFunction() local
1528 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()