Searched refs:Begin (Results 1 - 25 of 148) sorted by relevance

123456

/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCModule.cpp16 uint64_t Begin, uint64_t End) {
17 assert(Begin < End && "Creating MCAtom with endpoints reversed?");
20 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Begin);
24 MCAtom *NewAtom = new MCAtom(Type, this, Begin, End);
26 OffsetMap.insert(Begin, End, NewAtom);
33 IntervalMap<uint64_t, MCAtom*>::iterator I = OffsetMap.find(Atom->Begin);
42 Atom->Begin = NewBegin;
15 createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End) argument
H A DMCAtom.cpp22 Parent->remap(this, Begin, End+Size);
29 Parent->remap(this, Begin, End+1);
35 assert((SplitPt > Begin && SplitPt <= End) &&
39 uint64_t LeftBegin = Begin;
77 assert((TruncPt >= Begin && TruncPt < End) &&
80 Parent->remap(this, Begin, TruncPt);
83 Data.resize(TruncPt - Begin + 1);
/macosx-10.10/dtrace-147/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceName4.d.ksh49 # We have changed it to $dtrace -n Begin
52 $dtrace -n Begin
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DAllocationOrder.h26 const unsigned *Begin; member in class:llvm::AllocationOrder
50 Pos = Begin;
H A DAllocationOrder.cpp28 : Begin(0), End(0), Pos(0), RCI(RegClassInfo), OwnedBegin(false) {
54 Begin = P;
67 Begin = O.begin();
79 delete [] Begin;
H A DMachineLoopInfo.cpp51 MachineFunction::iterator Begin = TopMBB->getParent()->begin(); local
52 if (TopMBB != Begin) {
56 if (TopMBB == Begin) break;
H A DCodePlacementOpt.cpp54 MachineFunction::iterator Begin,
125 /// Splice - Move the sequence of instructions [Begin,End) to just before
132 MachineFunction::iterator Begin,
134 assert(Begin != MF.begin() && End != MF.begin() && InsertPt != MF.begin() &&
136 MachineFunction::iterator OldBeginPrior = prior(Begin);
139 MF.splice(InsertPt, Begin, End);
141 prior(Begin)->updateTerminator();
184 MachineFunction::iterator Begin = Pred; local
185 MachineFunction::iterator End = llvm::next(Begin);
186 while (Begin !
130 Splice(MachineFunction &MF, MachineFunction::iterator InsertPt, MachineFunction::iterator Begin, MachineFunction::iterator End) argument
305 MachineFunction::iterator Begin = BB; local
[all...]
H A DAntiDepBreaker.h46 MachineBasicBlock::iterator Begin,
H A DStackColoring.cpp97 BitVector Begin; member in struct:__anon10289::StackColoring::BlockLifetimeInfo
211 for (unsigned i=0; i < BlockLiveness[*FI].Begin.size(); ++i)
212 DEBUG(dbgs()<<BlockLiveness[*FI].Begin.test(i)<<" ");
246 BlockLiveness[*FI].Begin.resize(NumSlot);
271 BlockLiveness[*FI].Begin.set(Slot);
273 if (BlockLiveness[*FI].Begin.test(Slot)) {
277 BlockLiveness[*FI].Begin.reset(Slot);
321 LocalLiveIn.reset(BlockLiveness[BB].Begin);
327 LocalLiveOut |= BlockLiveness[BB].Begin;
336 LocalLiveIn.reset(BlockLiveness[BB].Begin);
[all...]
H A DCriticalAntiDepBreaker.h82 MachineBasicBlock::iterator Begin,
H A DAggressiveAntiDepBreaker.h146 MachineBasicBlock::iterator Begin,
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCAtom.h39 uint64_t Begin, End; member in class:llvm::MCAtom
46 : Type(T), Parent(P), Begin(B), End(E) { }
H A DMCModule.h52 MCAtom *createAtom(MCAtom::AtomType Type, uint64_t Begin, uint64_t End);
H A DMCWin64EH.h64 MCWin64EHUnwindInfo() : Begin(0), End(0), ExceptionHandler(0),
69 MCSymbol *Begin; member in struct:llvm::MCWin64EHUnwindInfo
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DUser.cpp48 Use *Begin = static_cast<Use*>(::operator new(size)); local
49 Use *End = Begin + N;
51 return Use::initTags(Begin, End);
/macosx-10.10/vim-55/src/
H A DMake_ivc.mak19 # Begin Special Build Tool
80 # Begin Project
318 # Begin Target
327 # Begin Source File
331 # Begin Source File
335 # Begin Source File
339 # Begin Source File
343 # Begin Source File
347 # Begin Source File
351 # Begin Sourc
[all...]
H A DMake_dvc.mak33 # Begin Project
91 # Begin Target
95 # Begin Source File
/macosx-10.10/vim-55/src/VisVim/
H A DVisVim.mak39 # Begin Project
118 # Begin Target
123 # Begin Source File
130 # Begin Source File
134 # Begin Source File
141 # Begin Custom Build
151 # Begin Custom Build
161 # Begin Source File
168 # Begin Source File
176 # Begin Sourc
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h67 const MCSymbol *Begin; member in struct:llvm::DotDebugLocEntry
87 : Begin(0), End(0), Variable(0), Merged(false),
91 : Begin(B), End(E), Loc(L), Variable(V), Merged(false),
94 : Begin(B), End(E), Variable(0), Merged(false),
97 : Begin(B), End(E), Variable(0), Merged(false),
101 : Begin(B), End(E), Variable(0), Merged(false),
106 bool isEmpty() { return Begin == 0 && End == 0; }
109 if (!(Begin && Loc == Next->Loc && End == Next->Begin))
111 Next->Begin
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DimportExportECDSA_P1254 echo === Begin ECDSA/PKCS12 test ===
H A DimpExpOpensslEcdsa52 echo === Begin ECDSA/openssl test ===
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLowerSwitch.cpp63 BasicBlock* switchConvert(CaseItr Begin, CaseItr End, Value* Val,
118 BasicBlock* LowerSwitch::switchConvert(CaseItr Begin, CaseItr End, argument
122 unsigned Size = End - Begin;
125 return newLeafBlock(*Begin, Val, OrigBlock, Default);
128 std::vector<CaseRange> LHS(Begin, Begin + Mid);
130 std::vector<CaseRange> RHS(Begin + Mid, End);
133 CaseRange& Pivot = *(Begin + Mid);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dreceiver.tcl46 # Begin transmission (or wait for other side to connect).
137 return [$myconnect connect [mymethod Begin]]
147 method Begin {__ sock} {
H A Dtransmitter.tcl46 # Begin transmission (or wait for other side to connect).
124 return [$myconnect connect [mymethod Begin]]
134 method Begin {__ sock} {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/winnt/
H A Dlibtiff.mak35 # Begin Project
763 # Begin Group "Source Files"
766 # Begin Source File
804 # Begin Source File
842 # Begin Source File
880 # Begin Source File
918 # Begin Source File
956 # Begin Source File
994 # Begin Source File
1032 # Begin Sourc
[all...]

Completed in 131 milliseconds

123456