Home
last modified time | relevance | path

Searched defs:PredBB (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp131 BasicBlock *PredBB, in translateSubExpr()
302 Value *PHITransAddr::translateValue(BasicBlock *CurBB, BasicBlock *PredBB, in translateValue()
330 PHITransAddr::translateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, in translateWithInsertion()
353 Value *InVal, BasicBlock *CurBB, BasicBlock *PredBB, in insertTranslatedSubExpr()
H A DStackLifetime.cpp190 for (const auto *PredBB : predecessors(BB)) { in calculateLocalLiveness() local
H A DLoopNestAnalysis.cpp304 const BasicBlock *PredBB = From; in skipEmptyBlockUntil() local
H A DLazyValueInfo.cpp1712 void LazyValueInfoImpl::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge()
1980 BasicBlock *PredBB = PHI->getIncomingBlock(i); in getPredicateAt() local
2049 void LazyValueInfo::threadEdge(BasicBlock *PredBB, BasicBlock *OldSucc, in threadEdge()
H A DMustExecute.cpp568 for (const BasicBlock *PredBB : predecessors(InitBB)) { in findBackwardJoinPoint() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp168 auto *PredBB = IncomingBB; in updatePredecessorProfileMetadata() local
207 BasicBlock *PredBB = PredOutEdge.first; in updatePredecessorProfileMetadata() local
758 BasicBlock *PredBB = PN->getIncomingBlock(i); in computeValueKnownInPredecessorsImpl() local
1509 BasicBlock *PredBB = BB->getSinglePredecessor(); in evaluateOnPredecessorEdge() local
1748 BasicBlock *PredBB = PN->getIncomingBlock(i); in processBranchOnPHI() local
2030 BasicBlock *PredBB) { in cloneInstructions()
2168 BasicBlock *PredBB = BB->getSinglePredecessor(); in maybethreadThroughTwoBasicBlocks() local
2286 BasicBlock *PredBB, in threadThroughTwoBasicBlocks()
2414 BasicBlock *PredBB; in threadEdge() local
2545 void JumpThreadingPass::updateBlockFreqAndEdgeWeight(BasicBlock *PredBB, in updateBlockFreqAndEdgeWeight()
[all …]
H A DDivRemPairs.cpp241 BasicBlock *PredBB = nullptr; in optimizeDivRem() local
H A DCallSiteSplitting.cpp325 BasicBlock *PredBB = Preds[i].first; in splitCallSite() local
H A DADCE.cpp460 for (auto *PredBB : predecessors(Info.BB)) { in markPhiLive() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp573 MachineBasicBlock *PredBB, in ProfitableToMerge()
682 MachineBasicBlock *PredBB) { in ComputeSameTails()
717 MachineBasicBlock *PredBB, in RemoveBlocksWithHash()
735 bool BranchFolder::CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, in CreateCommonTailOnlyBlock()
915 MachineBasicBlock *PredBB, in TryTailMergeBlocks()
1092 MachineBasicBlock *PredBB = &*std::prev(I); in TailMergeBlocks() local
H A DTailDuplicator.cpp356 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in processPHI()
390 MachineInstr *MI, MachineBasicBlock *TailBB, MachineBasicBlock *PredBB, in duplicateInstruction()
833 MachineBasicBlock *PredBB) { in canTailDuplicate()
H A DShrinkWrap.cpp410 for (const MachineBasicBlock *PredBB : MBB.predecessors()) in hasDirtyPred() local
H A DModuloSchedule.cpp201 MachineBasicBlock *PredBB = Preheader; in generateProlog() local
276 MachineBasicBlock *PredBB = KernelBB; in generateEpilog() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp109 for (auto *PredBB : predecessors(LPad)) { in splitLandingPadPreds() local
H A DHotColdSplitting.cpp518 BasicBlock &PredBB = **PredIt; in create() local
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp85 BasicBlock *PredBB = PN->getIncomingBlock(I); in replaceConstantExprOp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp515 BasicBlock *PredBB = CopyBackwardsBB; in createMemMoveLoopUnknownSize() local
754 BasicBlock *PredBB = OrigBB; in createMemMoveLoopKnownSize() local
H A DSSAUpdater.cpp113 BasicBlock *PredBB = SomePhi->getIncomingBlock(i); in GetValueInMiddleOfBlock() local
H A DLoopRotationUtils.cpp892 BasicBlock *PredBB = OrigHeader->getUniquePredecessor(); in rotateLoop() local
H A DLoopUnrollRuntime.cpp854 auto *PredBB =PN.getIncomingBlock(i); in UnrollRuntimeLoopRemainder() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h820 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { in DoPHITranslation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h470 BlockT *PredBB = ReverseCFGWorklist.back(); in discoverAndMapSubloop() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp448 const BasicBlock *PredBB = *PI; in getUniquePredecessor() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp1217 BasicBlock *PredBB = L->getLoopPredecessor(); in alreadyPrepared() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp988 std::optional<BasicBlock *> PredBB) -> std::optional<Value *> { in foldAggregateConstructionIntoAggregateReuse()
1019 std::optional<BasicBlock *> PredBB) -> std::optional<Value *> { in foldAggregateConstructionIntoAggregateReuse()

12