Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp367 const BasicBlock *SecondBB, in splitEdge() argument
376 Edge e = getEdge(FirstBB, SecondBB); in splitEdge()
378 Edge n2 = getEdge(NewBB, SecondBB); in splitEdge()
388 if (*BBI == SecondBB) succ_count++; in splitEdge()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp522 BasicBlock *SecondBB = SecondI->getParent(); in memoryIsNotModifiedBetween() local
526 WorkList.push_back(SecondBB); in memoryIsNotModifiedBetween()
539 assert(B == SecondBB && "first block is not the store block"); in memoryIsNotModifiedBetween()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h158 void splitEdge(const BType *FirstBB, const BType *SecondBB,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp593 BasicBlock *SecondBB = SecondI->getParent(); in memoryIsNotModifiedBetween() local
597 WorkList.push_back(SecondBB); in memoryIsNotModifiedBetween()
610 assert(B == SecondBB && "first block is not the store block"); in memoryIsNotModifiedBetween()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp364 BasicBlock *SecondBB = BI->getSuccessor(1); in processBranch() local
367 SuccsToProcess.push_back(SecondBB); in processBranch()