Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DEHPersonalities.h93 DenseMap<BasicBlock *, ColorVector> colorEHFunclets(Function &F);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DEHPersonalities.h115 DenseMap<BasicBlock *, ColorVector> colorEHFunclets(Function &F);
/external/llvm/lib/Analysis/
DEHPersonalities.cpp51 DenseMap<BasicBlock *, ColorVector> llvm::colorEHFunclets(Function &F) { in colorEHFunclets() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DEHPersonalities.cpp78 DenseMap<BasicBlock *, ColorVector> llvm::colorEHFunclets(Function &F) { in colorEHFunclets() function in llvm
DMustExecute.cpp56 SafetyInfo->BlockColors = colorEHFunclets(*Fn); in computeLoopSafetyInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp176 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*F); in calculateStateNumbersForInvokes()
680 BlockColors = colorEHFunclets(F); in colorFunclets()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp167 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*F); in calculateStateNumbersForInvokes()
670 BlockColors = colorEHFunclets(F); in colorFunclets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp554 BlockColors = colorEHFunclets(F); in runOnFunction()
DObjCARCOpts.cpp726 BlockColors = colorEHFunclets(F); in OptimizeIndividualCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinEHState.cpp666 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); in addStateStores()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp658 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); in addStateStores()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp434 SafetyInfo->BlockColors = colorEHFunclets(*Fn); in computeLoopSafetyInfo()