Searched refs:front (Results 176 - 200 of 226) sorted by relevance

12345678910

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp780 /// Get Weights of a given TerminatorInst, the default weight is at the front
800 std::swap(Weights.front(), Weights.back());
1909 // must be at the front of the block.
1910 BasicBlock::iterator FrontIt = BB->front();
2582 if (PHIUse == 0 || PHIUse != &SuccBlock->front() ||
2886 if (&BB->front() != UI) return Changed;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.cpp132 BackingStoreGeometry* front = reinterpret_cast<BackingStoreGeometry*>(m_frontState); local
133 delete front;
706 // Clear the tile of this region. The back buffer region is invalid anyway, but the front
1121 // newGeometry is now the front state and shouldn't be messed with.
2053 // Remember the buffers we'll use in the new front state for comparison.
2083 // Wait until the user interface thread won't access the old front state anymore.
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DIntervalMap.h788 return !path.empty() && path.front().offset < path.front().size;
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp1703 assert(!SlotIndex::isSameInstr(VNI->def, TaintExtent.front().first) &&
1706 Indexes->getInstructionFromIndex(TaintExtent.front().first);
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DAsmMatcherEmitter.cpp42 // and rejected by the assembler front end. However, if the proper encoding
232 Root = Root->SuperClasses.front();
236 RHSRoot = RHSRoot->SuperClasses.front();
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubycontainer.swg884 * Macro used to add functions for front insertion of
895 Sequence::value_type x = self->front();
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm52 The script yapp is a front-end to the Parse::Yapp module and let you
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm52 The script yapp is a front-end to the Parse::Yapp module and let you
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp253 MachineBasicBlock &FirstMBB = MF->front();
H A DPPCFrameLowering.cpp269 MachineBasicBlock &MBB = MF.front(); // Prolog goes in entry BB
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-forms.el886 (defun math-parse-date-word (names &optional front)
895 (or (not front) (= (match-beginning 0) 0))
898 (if front "" " ")
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmParser.cpp942 // Try to constant fold it up front, if possible.
3544 if (A.size() != 1 || A.front().size() != 1)
3560 StringRef Values = A.front().front().getString();
/macosx-10.9.5/CPANInternal-140/Net-IP/
H A DIP.pm1993 Most of these methods are front-ends for the real functions, which use a
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dx-win.el1266 (393073 . front)
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtex-mode.el314 "*String to add repeated in front of nested sectional units for Imenu.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMConstantIslandPass.cpp647 BBInfo.front().KnownBits = MF->getAlignment();
1474 // Entries are sorted by descending alignment, so realign from the front.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DReassociate.cpp1415 return OuterProduct.front();
H A DSCCP.cpp1804 if (&*BB != &F->front())
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex571 \key{add/move current file to front of agenda}{C-c [}
H A Dvipcard.tex626 Addresses can be specified in front of a command.
H A DviperCard.tex663 Addresses can be specified in front of a command.
H A Dgnus-refcard.tex553 K b & Make all the MIME parts have buttons in front of them.\\
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5648 // Visit all the nodes. Move nodes with no operands to the front of
5710 assert(AllNodes.front().getOpcode() == ISD::EntryToken &&
5712 assert(AllNodes.front().getNodeId() == 0 &&
5714 assert(AllNodes.front().getNumOperands() == 0 &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1928 Out.write((char*)&Buffer.front(), Buffer.size());
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1043 const MachineInstr *MInsn = History.front();

Completed in 228 milliseconds

12345678910