Home
last modified time | relevance | path

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

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