Home
last modified time | relevance | path

Searched defs:exitBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopDeletion.cpp81 BasicBlock* exitBlock = exitBlocks[0]; in IsLoopDead() local
173 BasicBlock* exitBlock = exitBlocks[0]; in runOnLoop() local
/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp39 BasicBlock *exitBlock = exitBlocks[0]; in isLoopDead() local
145 BasicBlock *exitBlock = exitBlocks[0]; in runImpl() local
/external/v8/gnparser/
DgnListener.py66 def exitBlock(self, ctx): member in gnListener