Home
last modified time | relevance | path

Searched defs:BlockColors (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp324 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in createCallInst()
340 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in createCallInst()
374 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in tryToContractReleaseIntoStoreStrong()
451 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in tryToPeepholeInstruction()
562 DenseMap<BasicBlock *, ColorVector> BlockColors; in runOnFunction() local
H A DObjCARCOpts.cpp652 Function &F, DenseMap<BasicBlock *, ColorVector> &BlockColors, in OptimizeInlinedAutoreleaseRVCall()
759 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in CloneCallInstForBB()
788 DenseMap<BasicBlock *, ColorVector> BlockColors; in OptimizeIndividualCalls() local
881 Function &F, DenseMap<BasicBlock *, ColorVector> &BlockColors, in OptimizeIndividualCallImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp27 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in createCallInstWithColors()
76 DenseMap<BasicBlock *, ColorVector> BlockColors; in insertRVCall() local
82 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in insertRVCallWithColors()
H A DObjCARCContract.cpp337 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in tryToContractReleaseIntoStoreStrong()
414 const DenseMap<BasicBlock *, ColorVector> &BlockColors) { in tryToPeepholeInstruction()
553 DenseMap<BasicBlock *, ColorVector> BlockColors; in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp508 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getBaseStateForBB()
527 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getStateForCall()
651 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); in addStateStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp512 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getBaseStateForBB()
531 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getStateForCallSite()
658 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); in addStateStores() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86WinEHState.cpp512 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getBaseStateForBB()
531 DenseMap<BasicBlock *, ColorVector> &BlockColors, WinEHFuncInfo &FuncInfo, in getStateForCallSite()
658 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(F); in addStateStores() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DEHPersonalities.cpp54 DenseMap<BasicBlock *, ColorVector> BlockColors; in colorEHFunclets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DEHPersonalities.cpp88 DenseMap<BasicBlock *, ColorVector> BlockColors; in colorEHFunclets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DEHPersonalities.cpp80 DenseMap<BasicBlock *, ColorVector> BlockColors; in colorEHFunclets() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp541 const auto &BlockColors = SafetyInfo->BlockColors; in isNotUsedInLoop() local
590 const auto &BlockColors = SafetyInfo->BlockColors; in CloneInstructionInExitBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1336 const auto &BlockColors = SafetyInfo->getBlockColors(); in isNotUsedOrFreeInLoop() local
1370 const auto &BlockColors = SafetyInfo->getBlockColors(); in CloneInstructionInExitBlock() local
1547 const auto &BlockColors = SafetyInfo->getBlockColors(); in splitPredecessorsOfLoopExit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp98 DenseMap<BasicBlock *, ColorVector> BlockColors; member in __anonde71a5580111::WinEHPrepare
177 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*F); in calculateStateNumbersForInvokes() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp89 DenseMap<BasicBlock *, ColorVector> BlockColors; member in __anon2c0429b60111::WinEHPrepare
167 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*F); in calculateStateNumbersForInvokes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp99 DenseMap<BasicBlock *, ColorVector> BlockColors; member in __anonfbb8d05e0111::WinEHPrepare
178 DenseMap<BasicBlock *, ColorVector> BlockColors = colorEHFunclets(*F); in calculateStateNumbersForInvokes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1365 const auto &BlockColors = SafetyInfo->getBlockColors(); in isNotUsedOrFreeInLoop() local
1408 const auto &BlockColors = SafetyInfo->getBlockColors(); in cloneInstructionInExitBlock() local
1576 const auto &BlockColors = SafetyInfo->getBlockColors(); in splitPredecessorsOfLoopExit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMustExecute.h61 DenseMap<BasicBlock *, ColorVector> BlockColors; variable
/aosp_15_r20/external/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h46 DenseMap<BasicBlock *, ColorVector> BlockColors; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DMustExecute.h62 DenseMap<BasicBlock *, ColorVector> BlockColors; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DMustExecute.h62 DenseMap<BasicBlock *, ColorVector> BlockColors; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DMustExecute.h62 DenseMap<BasicBlock *, ColorVector> BlockColors; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DMustExecute.h62 DenseMap<BasicBlock *, ColorVector> BlockColors; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DMustExecute.h62 DenseMap<BasicBlock *, ColorVector> BlockColors; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp821 DenseMap<BasicBlock *, ColorVector> &BlockColors, in populateEHOperandBundle()
908 DenseMap<BasicBlock *, ColorVector> BlockColors; in instrumentOneFunc() local