Searched defs:BB (Results 151 - 175 of 352) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp468 void mergeRange(BasicBlock *BB, MergeIterator Begin, MergeIterator End) { argument
H A DLoopSimplify.cpp163 BasicBlock *BB = Worklist.pop_back_val(); local
320 BasicBlock *BB = L->getBlocks()[i]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp178 static SmallVector<BasicBlock *, 2> getTwoPredecessors(BasicBlock *BB) { argument
[all...]
H A DNaryReassociate.cpp226 BasicBlock *BB = Node->getBlock(); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp323 BasicBlock *BB; member in struct:llvm::__anon3112::Modifier
338 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
351 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
370 BinModifier(BasicBlock *BB, PieceTabl argument
414 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
465 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
477 ExtractElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
491 ShuffModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
523 InsertElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
539 CastModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
617 SelectModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
640 CmpModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
672 BasicBlock *BB = BasicBlock::Create(F->getContext(), "BB", F); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp74 expandAtomicCmpSwapSubword( MachineBasicBlock &BB, MachineBasicBlock::iterator I, MachineBasicBlock::iterator &NMBBI) argument
202 expandAtomicCmpSwap(MachineBasicBlock &BB, MachineBasicBlock::iterator I, MachineBasicBlock::iterator &NMBBI) argument
302 expandAtomicBinOpSubword( MachineBasicBlock &BB, MachineBasicBlock::iterator I, MachineBasicBlock::iterator &NMBBI) argument
577 expandAtomicBinOp(MachineBasicBlock &BB, MachineBasicBlock::iterator I, MachineBasicBlock::iterator &NMBBI, unsigned Size) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp442 MachineBasicBlock *BB = Clause.first->getParent(); local
453 MachineBasicBlock *BB = Clause.first->getParent(); local
H A DGCNDPPCombine.cpp709 auto *BB = OrigMI.getParent(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h102 void visit(BasicBlock &BB) { argument
110 void visit(BasicBlock *BB) { visit(*BB); } argument
143 void visitBasicBlock(BasicBlock &BB) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp562 MachineBasicBlock *BB = OldMI->getParent(); local
625 MachineBasicBlock *BB = OldMI->getParent(); local
713 MachineBasicBlock *BB local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp397 MachineBasicBlock *BB = BA.Addr->getCode(); local
748 MachineBasicBlock *BB = BA.Addr->getCode(); local
H A DTailDuplicator.cpp297 static bool isDefLiveOut(Register Reg, MachineBasicBlock *BB, argument
318 static void getRegsUsedByPHIs(const MachineBasicBlock &BB, argument
331 addSSAUpdateEntry(Register OrigReg, Register NewReg, MachineBasicBlock *BB) argument
706 canCompletelyDuplicateBB(MachineBasicBlock &BB) argument
[all...]
H A DSjLjEHPrepare.cpp148 static void MarkBlocksLiveIn(BasicBlock *BB, argument
[all...]
H A DTypePromotion.cpp463 BasicBlock &BB = Arg->getParent()->front(); local
H A DLiveVariables.cpp704 MachineBasicBlock &BB = *LiveToEndBlocks.pop_back_val(); local
821 addNewBlock(MachineBasicBlock *BB, MachineBasicBlock *DomBB, MachineBasicBlock *SuccBB) argument
871 addNewBlock(MachineBasicBlock *BB, MachineBasicBlock *DomBB, MachineBasicBlock *SuccBB, std::vector<SparseBitVector<>> &LiveInSets) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp93 insertInstructionTo(const Instruction *Inst, const BasicBlock *BB) argument
160 collectTransitivePredecessors( const Loop *CurLoop, const BasicBlock *BB, SmallPtrSetImpl<const BasicBlock *> &Predecessors) argument
190 allLoopPathsLeadToBlock(const Loop *CurLoop, const BasicBlock *BB, const DominatorTree *DT) const argument
284 doesNotWriteMemoryBefore(const BasicBlock *BB, const Loop *CurLoop) const argument
306 auto *BB = I.getParent(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DSafepointIRVerifier.cpp85 const BasicBlock* BB = PN->getParent(); local
158 addDeadBlock(const BasicBlock *BB) argument
569 getBasicBlockState(const BasicBlock *BB) argument
622 const BasicBlock *BB = Worklist.pop_back_val(); local
652 removeValidUnrelocatedDefs(const BasicBlock *BB, const BasicBlockState *BBS, AvailableValueSet &Contribution) argument
740 gatherDominatingDefs(const BasicBlock *BB, AvailableValueSet &Result, const DominatorTree &DT) argument
765 transferBlock(const BasicBlock *BB, BasicBlockState &BBS, bool ContributionChanged) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp686 const BasicBlock *BB = MBB->getBasicBlock(); local
H A DX86ExpandPseudo.cpp95 const BasicBlock *BB = MBB->getBasicBlock(); local
/freebsd-current/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp55 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { argument
118 getInsertionRange(BasicBlock &BB) { argument
123 void InjectorIRStrategy::mutate(BasicBlock &BB, RandomIRBuilde argument
207 BasicBlock *BB = Inst.getParent(); local
359 mutate(BasicBlock &BB, RandomIRBuilder &IB) argument
422 mutate(BasicBlock &BB, RandomIRBuilder &IB) argument
508 BasicBlock *BB = Blocks[i]; local
540 mutate(BasicBlock &BB, RandomIRBuilder &IB) argument
574 mutate(BasicBlock &BB, RandomIRBuilder &IB) argument
592 mutate(BasicBlock &BB, RandomIRBuilder &IB) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp322 static void EmitIfUsed(CodeGenFunction &CGF, llvm::BasicBlock *BB) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp779 MachineBasicBlock *BB = Emitter.getBlock(); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp576 auto *BB = llvm::BasicBlock::Create(C, "entry", F); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp709 BPFTargetLowering::EmitSubregExt(MachineInstr &MI, MachineBasicBlock *BB, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h284 MCSymbol *getAddrLabelSymbol(const BasicBlock *BB) { argument

Completed in 371 milliseconds

1234567891011>>