Searched defs:BB (Results 26 - 50 of 309) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp91 bool ObjCARCAPElim::OptimizeBB(BasicBlock *BB) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp41 BasicBlock::iterator llvm::PrepareToSplitEntryBlock(BasicBlock &BB, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp89 MachineBasicBlock *BB = Node->getBlock(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h77 iterator addBasicBlock(MachineBasicBlock *BB, const DomSetType &frontier) { argument
81 void removeBlock(MachineBasicBlock *BB) { argument
H A DMachineRegionInfo.h44 static unsigned getNumSuccessors(MachineBasicBlock *BB) { argument
H A DMachineLoopInfo.h152 changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) argument
170 removeBlock(MachineBasicBlock *BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h38 BB_i_t BB; // BasicBlocksType::iterator member in class:llvm::InstIterator
[all...]
H A DCFGDiff.h118 bool ignoreChild(const NodePtr BB, NodePtr EdgeEnd, bool InverseEdge) const { argument
129 getAddedChildren(const NodePtr BB, bool InverseEdge) const { argument
165 BasicBlock *BB; member in struct:llvm::CFGViewSuccessors::DeletedEdgesFilter
166 DeletedEdgesFilter(BasicBlock *BB) : BB(BB){}; argument
219 BasicBlock *BB; member in struct:llvm::CFGViewPredecessors::DeletedEdgesFilter
220 DeletedEdgesFilter(BasicBlock *BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h173 NodeTy *BB = Node->getBlock(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h48 MachineBasicBlock *BB; member in class:llvm::ScheduleDAGSDNodes
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h179 SplitCriticalEdge(BasicBlock *BB, succ_iterator SI, const CriticalEdgeSplittingOptions &Options = CriticalEdgeSplittingOptions()) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h133 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp232 DeleteBasicBlock(BasicBlock *BB, CallGraph &CG) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp31 optimizeSQRT(CallInst *Call, Function *CalledFunc, BasicBlock &CurrBB, Function::iterator &BB, const TargetTransformInfo *TTI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp207 BasicBlock *BB = IT.getFirst(); local
264 BasicBlock *BB = IT.getFirst(); local
[all...]
H A DAggressiveAntiDepBreaker.cpp152 void AggressiveAntiDepBreaker::StartBlock(MachineBasicBlock *BB) { argument
59 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp31 BasicBlock *BB = BasicBlock::Create(Context, "BB", F); local
50 void IRMutationStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { argument
106 void InjectorIRStrategy::mutate(BasicBlock &BB, RandomIRBuilder &IB) { argument
187 BasicBlock *BB = Inst.getParent(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h133 BlockT *BB = isRegionMode() ? getRegionSucc() : *BItor; local
212 BlockT *BB = *Itor; local
[all...]
H A DDominanceFrontier.h87 iterator addBasicBlock(BlockT *BB, const DomSetType &frontier) { argument
H A DDominanceFrontierImpl.h50 void DominanceFrontierBase<BlockT, IsPostDom>::removeBlock(BlockT *BB) { argument
162 BlockT *BB = Node->getBlock(); local
[all...]
H A DIntervalIterator.h55 inline BasicBlock *getNodeHeader(BasicBlock *BB) { return BB; } argument
61 inline BasicBlock *getSourceGraphNode(Function *, BasicBlock *BB) { argument
64 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { argument
72 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h68 template <typename NodeRef> void finishPostorder(NodeRef BB) {} argument
88 template <class NodeRef> void finishPostorder(NodeRef BB) {} argument
106 po_iterator(NodeRef BB) { argument
107 this->insertEdge(Optional<NodeRef>(), BB); local
114 po_iterator(NodeRef BB, SetType &S) argument
128 NodeRef BB = *VisitStack.back().second++; local
292 Initialize(NodeRef BB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFG.cpp29 const BasicBlock *BB = &F.getEntryBlock(); local
72 GetSuccessorNumber(const BasicBlock *BB, const BasicBlock *Succ) argument
121 getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) argument
162 BasicBlock *BB = Worklist.pop_back_val(); local
233 BasicBlock *BB = const_cast<BasicBlock *>(A->getParent()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp101 BasicBlock *BB = In->getParent(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp51 MachineBasicBlock *BB = MI->getParent(); local
[all...]

Completed in 238 milliseconds

1234567891011>>