Home
last modified time | relevance | path

Searched refs:isDebugOrPseudoInst (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp198 if (Inst->isDebugOrPseudoInst()) in ProcessBlock()
H A DIndVarSimplify.cpp1163 } while (I->isDebugOrPseudoInst() && I != Preheader->begin()); in sinkUnusedInvariants()
1165 if (I->isDebugOrPseudoInst() && I == Preheader->begin()) in sinkUnusedInvariants()
H A DGVN.cpp1448 if (Inst.isDebugOrPseudoInst()) in findLoadToHoistIntoPred()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp668 if (DIt->isDebugOrPseudoInst()) in convertProfitableSIGroups()
793 if (NI->isDebugOrPseudoInst()) { in collectSelectGroups()
1177 if (I.isDebugOrPseudoInst()) in computeLoopCosts()
H A DStackProtector.cpp286 if (!CI->isDebugOrPseudoInst() && !CI->isLifetimeStartOrEnd())
H A DAnalysis.cpp563 if (BBI->isDebugOrPseudoInst()) in isInTailCallPosition()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp605 if (Inst->isDebugOrPseudoInst()) in findAvailablePtrLoadStore()
693 if (Inst.isDebugOrPseudoInst()) in FindAvailableLoadedValue()
H A DModuleSummaryAnalysis.cpp356 if (I.isDebugOrPseudoInst()) in computeFunctionSummary()
1192 if (CB->isDebugOrPseudoInst()) in mayHaveMemprofSummary()
H A DMemoryBuiltins.cpp887 if (I.isDebugOrPseudoInst()) in findLoadSizeOffset()
H A DInlineCost.cpp2548 if (I.isDebugOrPseudoInst()) in analyzeBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp50 if (I.isDebugOrPseudoInst()) in isEmptyFunction()
H A DGlobalOpt.cpp2373 if (I.isDebugOrPseudoInst()) in IsEmptyAtExitFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp70 if (isa<CallInst>(I) && !I.isDebugOrPseudoInst()) { in CloneBasicBlock()
550 if (isa<CallInst>(II) && !II->isDebugOrPseudoInst()) { in CloneBlock()
H A DLoopUnrollAndJam.cpp349 if (!I.isDebugOrPseudoInst()) in UnrollAndJamLoop()
H A DLoopUnroll.cpp697 if (!I.isDebugOrPseudoInst()) in UnrollLoop()
H A DLocal.cpp3648 if (I->isDebugOrPseudoInst()) { in hoistAllInstructionsInto()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h845 bool isDebugOrPseudoInst() const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1411 if (BBI->isDebugOrPseudoInst()) { in visitStoreInst()
1532 while (BBI->isDebugOrPseudoInst()) { in mergeStoreIntoSuccessor()
H A DInstructionCombining.cpp3553 return BBI->isDebugOrPseudoInst() || in visitUnconditionalBranchInst()
5303 if (!Inst.isDebugOrPseudoInst()) { in prepareWorklist()
H A DInstCombineCalls.cpp776 if (I->isDebugOrPseudoInst() || in removeTriviallyEmptyRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp223 if (UserInst->isDebugOrPseudoInst()) in isDestBBSuitableForSink()
H A DMemProfiler.cpp883 if (I.isDebugOrPseudoInst()) in readMemprof()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp1159 bool Instruction::isDebugOrPseudoInst() const { in isDebugOrPseudoInst() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2594 if (I.isDebugOrPseudoInst()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp233 if (isa<CallInst>(I) && !I.isDebugOrPseudoInst() && in hasPossibleIncompatibleOps()

12