Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp490 bool isLifetimeStartOrEnd(const MachineInstr &MI,
583 bool StackColoring::isLifetimeStartOrEnd(const MachineInstr &MI, in isLifetimeStartOrEnd() function in StackColoring
726 if (isLifetimeStartOrEnd(MI, slots, isStart)) { in collectMarkers()
837 if (!isLifetimeStartOrEnd(MI, slots, IsStart)) in calculateLiveIntervals()
DSafeStackColoring.cpp48 if (!I->isLifetimeStartOrEnd()) in readMarker()
DStackProtector.cpp186 if (!isa<DbgInfoIntrinsic>(CI) && !CI->isLifetimeStartOrEnd()) in HasAddressTaken()
DSafeStack.cpp327 if (I->isLifetimeStartOrEnd()) in IsSafeStackAlloca()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h607 bool isLifetimeStartOrEnd() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp215 if (I.isLifetimeStartOrEnd()) in getFirstNonPHIOrDbgOrLifetime()
DInstruction.cpp608 bool Instruction::isLifetimeStartOrEnd() const { in isLifetimeStartOrEnd() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp512 if (II->isLifetimeStartOrEnd()) { in EvaluateBlock()
DCodeExtractor.cpp346 if (IntrInst->isLifetimeStartOrEnd()) in findSideEffectInfoForBlock()
988 if (!II || !II->isLifetimeStartOrEnd()) in eraseLifetimeMarkersOnInputs()
DPromoteMemoryToRegister.cpp84 if (!II->isLifetimeStartOrEnd()) in isAllocaPromotable()
DLocal.cpp406 if (II->isLifetimeStartOrEnd()) in wouldInstructionBeTriviallyDead()
1439 if (!CI->isLifetimeStartOrEnd()) { in LowerDbgDeclare()
DInlineFunction.cpp1318 if (II->isLifetimeStartOrEnd()) in isUsedByLifetimeMarker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp327 if (I->isLifetimeStartOrEnd()) in analyzeAllUses()
DValueTracking.cpp4039 if (!II->isLifetimeStartOrEnd()) in onlyUsedByLifetimeMarkers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp934 if (II.isLifetimeStartOrEnd()) { in visitIntrinsicInst()
1841 if (!II->isLifetimeStartOrEnd()) in isVectorPromotionViableForSlice()
2070 if (!II->isLifetimeStartOrEnd()) in isIntegerWideningViableForSlice()
3073 assert(II.isLifetimeStartOrEnd()); in visitIntrinsicInst()
DMemCpyOptimizer.cpp830 if (IT->isLifetimeStartOrEnd()) in performCallSlotOptzn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp869 if (I.isLifetimeStartOrEnd()) in computeBBInlineCost()
DAttributor.cpp4527 if (!CB->isArgOperand(&U) || CB->isLifetimeStartOrEnd()) in updateImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp118 if (I->isLifetimeStartOrEnd()) { in isOnlyCopiedFromConstantGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1049 if (!II.isLifetimeStartOrEnd()) in visitIntrinsicInst()