Searched defs:BB (Results 276 - 300 of 309) sorted by relevance

<<111213

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1258 BasicBlock *BB = local
1385 BasicBlock *BB = BasicBlock::Create(M.getContext(), "entry", F); local
H A DAttributor.cpp2906 assumeLive(Attributor &A, const BasicBlock &BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp661 BasicBlock *BB = BasicBlock::Create(*Ctx, "entry", NewF); local
691 BasicBlock *BB = BasicBlock::Create(*Ctx, "entry", F); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp109 bool llvm::ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions, argument
237 BasicBlock *BB = SI->getParent(); local
602 SimplifyInstructionsInBlock(BasicBlock *BB, const TargetLibraryInfo *TLI) argument
642 RemovePredecessorAndSimplify(BasicBlock *BB, BasicBlock *Pred, DomTreeUpdater *DTU) argument
759 CanPropagatePredecessorsForPHIs(BasicBlock *BB, BasicBlock *Succ) argument
831 selectIncomingValueForBlock(Value *OldVal, BasicBlock *BB, IncomingValueMap &IncomingValues) argument
859 BasicBlock *BB = PN->getIncomingBlock(i); local
879 BasicBlock *BB = PN->getIncomingBlock(i); local
894 redirectValuesFromPredecessorsToPhi(BasicBlock *BB, const PredBlockVector &BBPreds, PHINode *PN) argument
949 TryToSimplifyUncondBranchFromEmptyBlock(BasicBlock *BB, DomTreeUpdater *DTU) argument
1076 EliminateDuplicatePHINodes(BasicBlock *BB) argument
1366 BasicBlock *BB = APN->getParent(); local
1458 insertDebugValuesForPHIs(BasicBlock *BB, SmallVectorImpl<PHINode *> &InsertedPHIs) argument
1894 removeAllNonTerminatorAndEHPadInstructions(BasicBlock *BB) argument
1918 BasicBlock *BB = I->getParent(); local
1983 BasicBlock *BB = II->getParent(); local
1993 BasicBlock *BB = CI->getParent(); local
2033 BasicBlock *BB = &F.front(); local
2192 removeUnwindEdge(BasicBlock *BB, DomTreeUpdater *DTU) argument
2498 auto *BB = From->getParent(); local
2522 replaceDominatedUsesWith(Value *From, Value *To, DominatorTree &DT, const BasicBlock *BB) argument
2608 hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, BasicBlock *BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1222 normalizeForInvokeSafepoint(BasicBlock *BB, BasicBlock *InvokeParent, argument
2672 computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) argument
2688 computeKillSet(BasicBlock *BB) argument
2717 checkBasicSSA(DominatorTree &DT, GCPtrLivenessData &Data, BasicBlock &BB) argument
2751 BasicBlock *BB = Worklist.pop_back_val(); local
2794 BasicBlock *BB = Inst->getParent(); local
[all...]
H A DIndVarSimplify.cpp1901 auto *BB = DTB->getBlock(); local
[all...]
H A DLoopStrengthReduce.cpp2507 BasicBlock *BB = local
5093 BasicBlock *BB local
5313 BasicBlock *BB = PN->getIncomingBlock(i); local
5542 BasicBlock *BB = Rung->getBlock(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1935 BlockScheduling(BasicBlock *BB) argument
2105 BasicBlock *BB; member in struct:llvm::slpvectorizer::BlockScheduling
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c108 #define BB macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2689 void setIncomingBlock(unsigned i, BasicBlock *BB) { argument
2704 void addIncoming(Value *V, BasicBlock *BB) { argument
2723 Value *removeIncomingValue(const BasicBlock *BB, bool DeletePHIIfEmpty=true) { argument
2746 setIncomingValueForBlock(const BasicBlock *BB, Value *V) argument
3417 findCaseDest(BasicBlock *BB) argument
4501 Create(Value *CatchPad, BasicBlock *BB, Instruction *InsertBefore = nullptr) argument
4508 Create(Value *CatchPad, BasicBlock *BB, BasicBlock *InsertAtEnd) argument
[all...]
H A DIRBuilder.h92 BasicBlock *BB; member in class:llvm::IRBuilderBase
63 InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const argument
80 InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const argument
1133 CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1616 emitSignExtendToI32InReg( MachineInstr &MI, MachineBasicBlock *BB, unsigned Size, unsigned DstReg, unsigned SrcReg) const argument
1646 emitAtomicBinaryPartword( MachineInstr &MI, MachineBasicBlock *BB, unsigned Size) const argument
1894 emitAtomicCmpSwapPartword( MachineInstr &MI, MachineBasicBlock *BB, unsigned Size) const argument
4544 emitPseudoSELECT(MachineInstr &MI, MachineBasicBlock *BB, bool isFPCmp, unsigned Opc) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1516 MachineBasicBlock *BB = MI->getParent(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp146 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, argument
[all...]
H A DHexagonISelLowering.cpp3300 BasicBlock *BB = Builder.GetInsertBlock(); local
3323 BasicBlock *BB = Builder.GetInsertBlock(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2801 llvm::BasicBlock *BB = invoke->getNormalDest(); local
H A DTargetInfo.cpp10053 auto *BB = llvm::BasicBlock::Create(C, "entry", F); local
10112 auto *BB = llvm::BasicBlock::Create(C, "entry", F); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3577 printBasicBlock(const BasicBlock *BB) argument
[all...]
H A DInstructions.cpp567 BasicBlock *BB = InsertBefore ? InsertBefore->getParent() : InsertAtEnd; local
661 BasicBlock *BB = InsertBefore ? InsertBefore->getParent() : InsertAtEnd; local
960 void CatchReturnInst::init(Value *CatchPad, BasicBlock *BB) { argument
972 CatchReturnInst::CatchReturnInst(Value *CatchPad, BasicBlock *BB, argument
980 CatchReturnInst(Value *CatchPad, BasicBlock *BB, BasicBlock *InsertAtEnd) argument
[all...]
H A DVerifier.cpp2405 void Verifier::visitBasicBlock(BasicBlock &BB) { argument
3619 BasicBlock *BB = I.getParent(); local
3746 BasicBlock *BB = CPI.getParent(); local
3774 BasicBlock *BB = CPI.getParent(); local
3954 BasicBlock *BB = CatchSwitch.getParent(); local
4091 BasicBlock *BB = I.getParent(); local
4437 BasicBlock *BB = Call.getParent(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4472 bool llvm::isGuaranteedToTransferExecutionToSuccessor(const BasicBlock *BB) { argument
4574 const BasicBlock *BB = PoisonI->getParent(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3321 BasicBlock *BB = I->getParent(); local
3429 static bool AddReachableCodeToWorklist(BasicBlock *BB, const DataLayout &DL, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7939 MachineBasicBlock *BB = Node->getBlock(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1135 emitReadCycleWidePseudo(MachineInstr &MI, MachineBasicBlock *BB) argument
1197 emitSplitF64Pseudo(MachineInstr &MI, MachineBasicBlock *BB) argument
1228 emitBuildPairF64Pseudo(MachineInstr &MI, MachineBasicBlock *BB) argument
1272 emitSelectPseudo(MachineInstr &MI, MachineBasicBlock *BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4305 BasicBlock *BB = getBasicBlock(Record[Idx++]); local
4661 BasicBlock *BB = getBasicBlock(Record[i * 2 + 2]); local
[all...]

Completed in 918 milliseconds

<<111213