Home
last modified time | relevance | path

Searched refs:FBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp876 CriticalPathInfo FBlock{}; in shouldConvertIf() local
915 if (Extra > FBlock.Extra) in shouldConvertIf()
916 FBlock = {Extra, FDepth}; in shouldConvertIf()
927 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf()
928 const CriticalPathInfo Long = TBlock.Extra > FBlock.Extra ? TBlock : FBlock; in shouldConvertIf()
/external/llvm-project/llvm/unittests/Analysis/
DMemorySSATest.cpp1567 BasicBlock *FBlock(BasicBlock::Create(C, "f", F)); in TEST_F() local
1570 B.CreateCondBr(B.getTrue(), ABlock, FBlock); in TEST_F()
1579 B.SetInsertPoint(FBlock); in TEST_F()
1581 BranchInst::Create(EBlock, FBlock); in TEST_F()
1589 FBlock->getTerminator()->eraseFromParent(); in TEST_F()
1590 B.SetInsertPoint(FBlock); in TEST_F()
1593 Updates.push_back({cfg::UpdateKind::Insert, FBlock, CBlock}); in TEST_F()