/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 198 if (Inst->isDebugOrPseudoInst()) in ProcessBlock()
|
H A D | IndVarSimplify.cpp | 1163 } while (I->isDebugOrPseudoInst() && I != Preheader->begin()); in sinkUnusedInvariants() 1165 if (I->isDebugOrPseudoInst() && I == Preheader->begin()) in sinkUnusedInvariants()
|
H A D | GVN.cpp | 1448 if (Inst.isDebugOrPseudoInst()) in findLoadToHoistIntoPred()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 668 if (DIt->isDebugOrPseudoInst()) in convertProfitableSIGroups() 793 if (NI->isDebugOrPseudoInst()) { in collectSelectGroups() 1177 if (I.isDebugOrPseudoInst()) in computeLoopCosts()
|
H A D | StackProtector.cpp | 286 if (!CI->isDebugOrPseudoInst() && !CI->isLifetimeStartOrEnd())
|
H A D | Analysis.cpp | 563 if (BBI->isDebugOrPseudoInst()) in isInTailCallPosition()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 605 if (Inst->isDebugOrPseudoInst()) in findAvailablePtrLoadStore() 693 if (Inst.isDebugOrPseudoInst()) in FindAvailableLoadedValue()
|
H A D | ModuleSummaryAnalysis.cpp | 356 if (I.isDebugOrPseudoInst()) in computeFunctionSummary() 1192 if (CB->isDebugOrPseudoInst()) in mayHaveMemprofSummary()
|
H A D | MemoryBuiltins.cpp | 887 if (I.isDebugOrPseudoInst()) in findLoadSizeOffset()
|
H A D | InlineCost.cpp | 2548 if (I.isDebugOrPseudoInst()) in analyzeBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalDCE.cpp | 50 if (I.isDebugOrPseudoInst()) in isEmptyFunction()
|
H A D | GlobalOpt.cpp | 2373 if (I.isDebugOrPseudoInst()) in IsEmptyAtExitFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 70 if (isa<CallInst>(I) && !I.isDebugOrPseudoInst()) { in CloneBasicBlock() 550 if (isa<CallInst>(II) && !II->isDebugOrPseudoInst()) { in CloneBlock()
|
H A D | LoopUnrollAndJam.cpp | 349 if (!I.isDebugOrPseudoInst()) in UnrollAndJamLoop()
|
H A D | LoopUnroll.cpp | 697 if (!I.isDebugOrPseudoInst()) in UnrollLoop()
|
H A D | Local.cpp | 3648 if (I->isDebugOrPseudoInst()) { in hoistAllInstructionsInto()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.h | 845 bool isDebugOrPseudoInst() const LLVM_READONLY;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 1411 if (BBI->isDebugOrPseudoInst()) { in visitStoreInst() 1532 while (BBI->isDebugOrPseudoInst()) { in mergeStoreIntoSuccessor()
|
H A D | InstructionCombining.cpp | 3553 return BBI->isDebugOrPseudoInst() || in visitUnconditionalBranchInst() 5303 if (!Inst.isDebugOrPseudoInst()) { in prepareWorklist()
|
H A D | InstCombineCalls.cpp | 776 if (I->isDebugOrPseudoInst() || in removeTriviallyEmptyRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 223 if (UserInst->isDebugOrPseudoInst()) in isDestBBSuitableForSink()
|
H A D | MemProfiler.cpp | 883 if (I.isDebugOrPseudoInst()) in readMemprof()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1159 bool Instruction::isDebugOrPseudoInst() const { in isDebugOrPseudoInst() function in Instruction
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 2594 if (I.isDebugOrPseudoInst()) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 233 if (isa<CallInst>(I) && !I.isDebugOrPseudoInst() && in hasPossibleIncompatibleOps()
|