Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DEHPersonalities.h114 DenseMap<BasicBlock *, ColorVector> colorEHFunclets(Function &F);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DEHPersonalities.cpp77 DenseMap<BasicBlock *, ColorVector> llvm::colorEHFunclets(Function &F) { in colorEHFunclets() function in llvm
DMustExecute.cpp110 BlockColors = colorEHFunclets(*Fn); in computeBlockColors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp177 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*F); in calculateStateNumbersForInvokes()
681 BlockColors = colorEHFunclets(F); in colorFunclets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp565 BlockColors = colorEHFunclets(F); in runOnFunction()
DObjCARCOpts.cpp791 BlockColors = colorEHFunclets(F); in OptimizeIndividualCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp658 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); in addStateStores()