Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp696 SmallVector<const MachineBasicBlock*, 1> ExtraBlocks; in shouldConvertIf() local
698 ExtraBlocks.push_back(IfConv.TBB); in shouldConvertIf()
699 unsigned ResLength = FBBTrace.getResourceLength(ExtraBlocks); in shouldConvertIf()