Searched defs:?B (Results 51 - 75 of 271) sorted by relevance

1234567891011

/macosx-10.10/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp972 BasicBlock *BB = BasicBlock::Create(getGlobalContext(), "entry", TheFunction); local
/macosx-10.10/llvmCore-3425.0.34/examples/ModuleMaker/
H A DModuleMaker.cpp42 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", F); local
/macosx-10.10/llvmCore-3425.0.34/examples/ParallelJIT/
H A DParallelJIT.cpp45 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", Add1F); local
75 BasicBlock *BB = BasicBlock::Create(M->getContext(), "EntryBlock", FibF); local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DImmutableMap.h191 CBWrapper<Callback> CB; local
H A DPostOrderIterator.h65 void finishPostorder(NodeType *BB) {} argument
84 void finishPostorder(NodeType *BB) {} argument
105 NodeType *BB = *VisitStack.back().second++; local
113 inline po_iterator(NodeType *BB) { argument
120 po_iterator(NodeType *BB, SetType &S) argument
262 Initialize(NodeType *BB) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DAliasAnalysis.h499 bool canBasicBlockModify(const BasicBlock &BB, const Value *P, uint64_t Size){ argument
H A DBlockFrequencyImpl.h68 void setBlockFreq(BlockT *BB, BlockFrequency Freq) { argument
82 incBlockFreq(BlockT *BB, BlockFrequency Freq) argument
90 divBlockFreq(BlockT *BB, BranchProbability Prob) argument
124 rpot_at(BlockT *BB) argument
137 isReachable(BlockT *BB) argument
155 getSingleBlockPred(BlockT *BB) argument
172 doBlock(BlockT *BB, BlockT *LoopHead, SmallPtrSet<BlockT *, 8> &BlocksInLoop) argument
228 BlockT *BB = *I; local
278 BlockT *BB = *I; local
285 BlockT *BB = *I; local
322 BlockT *BB = I++; local
[all...]
H A DDominanceFrontier.h66 iterator addBasicBlock(BasicBlock *BB, const DomSetType &frontier) { argument
72 void removeBlock(BasicBlock *BB) { argument
[all...]
H A DDominatorInternals.h60 typename GraphT::NodeType* BB = Worklist.back().first; local
H A DDominators.h88 DomTreeNodeBase(NodeT *BB, DomTreeNodeBase<NodeT> *iDom) argument
315 NodeT *BB = I->first; local
481 DomTreeNodeBase<NodeT> *addNewBlock(NodeT *BB, NodeT *DomBB) { argument
500 changeImmediateDominator(NodeT *BB, NodeT *NewBB) argument
507 eraseNode(NodeT *BB) argument
530 removeNode(NodeT *BB) argument
621 getNodeForBlock(NodeT *BB) argument
642 addRoot(NodeT* BB) argument
832 addNewBlock(BasicBlock *BB, BasicBlock *DomBB) argument
850 eraseNode(BasicBlock *BB) argument
[all...]
H A DIntervalIterator.h49 inline BasicBlock *getNodeHeader(BasicBlock *BB) { return BB; } argument
56 inline BasicBlock *getSourceGraphNode(Function *, BasicBlock *BB) { argument
59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { argument
68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { argument
[all...]
H A DIntervalPartition.h78 inline Interval *getBlockInterval(BasicBlock *BB) { argument
H A DLoopInfo.h275 void addBlockEntry(BlockT *BB) { argument
282 void moveToHeader(BlockT *BB) { argument
297 removeBlockFromLoop(BlockT *BB) argument
311 LoopBase(BlockT *BB) argument
402 Loop(BasicBlock *BB) argument
486 changeLoopFor(BlockT *BB, LoopT *L) argument
516 removeBlock(BlockT *BB) argument
619 changeLoopFor(BasicBlock *BB, Loop *L) argument
638 removeBlock(BasicBlock *BB) argument
[all...]
H A DLoopInfoImpl.h259 BlockT *BB = *BI; local
343 BlockT *BB = getBlocks()[i]; local
461 BlockT *BB = *dfsSucc(); local
[all...]
H A DLoopIterator.h154 bool visitPreorder(BasicBlock *BB) { argument
163 finishPostorder(BasicBlock *BB) argument
176 finishPostorder(BasicBlock *BB) argument
[all...]
H A DMemoryDependenceAnalysis.h191 BasicBlock *BB; member in class:llvm::NonLocalDepEntry
[all...]
H A DPathNumbering.h58 BallLarusNode(BasicBlock* BB) : argument
H A DProfileInfo.h215 const BType *BB = &(*BI); local
[all...]
H A DRegionIterator.h122 BasicBlock* BB = isRegionMode() ? getRegionSucc() : *BItor; local
209 BasicBlock* BB = *Itor; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineBasicBlock.h65 const BasicBlock *BB; member in class:llvm::MachineBasicBlock
645 static NodeType *getEntryNode(MachineBasicBlock *BB) { return BB; } argument
658 static NodeType *getEntryNode(const MachineBasicBlock *BB) { return BB; } argument
H A DMachineDominators.h130 inline MachineDomTreeNode *addNewBlock(MachineBasicBlock *BB, argument
151 inline void eraseNode(MachineBasicBlock *BB) { argument
[all...]
H A DMachineInstrBuilder.h225 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB, argument
235 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB, argument
245 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB, argument
263 inline MachineInstrBuilder BuildMI(MachineBasicBlock &BB, argument
272 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::instr_iterator I, DebugLoc DL, const MCInstrDesc &MCID) argument
281 BuildMI(MachineBasicBlock &BB, MachineInstr *I, DebugLoc DL, const MCInstrDesc &MCID) argument
298 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID) argument
308 BuildMI(MachineBasicBlock *BB, DebugLoc DL, const MCInstrDesc &MCID, unsigned DestReg) argument
[all...]
H A DMachineLoopInfo.h136 changeLoopFor(MachineBasicBlock *BB, MachineLoop *L) argument
155 removeBlock(MachineBasicBlock *BB) argument
[all...]
H A DScheduleDAGInstrs.h139 MachineBasicBlock *BB; member in class:llvm::ScheduleDAGInstrs
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DIRBuilder.h48 BasicBlock *BB; member in class:llvm::IRBuilderBase
36 InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, BasicBlock::iterator InsertPt) const argument
[all...]

Completed in 377 milliseconds

1234567891011