Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp834 ColorVector &IncomingColors = BlockColors[IncomingBlock]; in cloneCommonBlocks() local
835 assert(!IncomingColors.empty() && "Block not colored!"); in cloneCommonBlocks()
836 assert((IncomingColors.size() == 1 || in cloneCommonBlocks()
837 llvm::all_of(IncomingColors, in cloneCommonBlocks()
842 EdgeTargetsFunclet = (IncomingColors.front() == FuncletPadBB); in cloneCommonBlocks()