Home
last modified time | relevance | path

Searched defs:NewBlock (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dliveness-analyzer.cc29 LivenessAnalyzerBlock* LivenessAnalyzer::NewBlock() { in NewBlock() function in v8::internal::compiler::LivenessAnalyzer
38 LivenessAnalyzerBlock* LivenessAnalyzer::NewBlock( in NewBlock() function in v8::internal::compiler::LivenessAnalyzer
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp627 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
680 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
699 BasicBlock *NewBlock = BBMapping.second; in cloneCommonBlocks() local
1021 BasicBlock *NewBlock = SplitEdge(IncomingBlock, PHIBlock); in replaceUseWithLoad() local
/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc423 InstructionBlock* InstructionSequenceTest::NewBlock(bool deferred) { in NewBlock() function in v8::internal::compiler::InstructionSequenceTest
/external/v8/src/ast/
Dast.h3128 Block* NewBlock(ZoneList<const AstRawString*>* labels, int capacity, in NewBlock() function