Searched refs:PE (Results 51 - 75 of 104) sorted by relevance

12345

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp936 PE = pred_end(node->getBlock()); local
938 std::distance(PB, PE), "pathNumber",
944 for(pred_iterator predIt = PB; predIt != PE; predIt++) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileInfo.cpp71 const_pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
74 if (PI == PE) {
82 for (; PI != PE; ++PI) {
H A DLint.cpp224 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end(); local
228 if (PI != PE) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-x86_64.c90 /* In PE mode, we do not offset the common symbol. */
106 PE and non-PE formats, but they are off by 1 << howto->size
107 bytes. For the external relocation, PE is very different
109 When we link PE and non-PE object files together to
110 generate a non-PE executable, we have to compensate it
226 /* PE IMAGE_REL_AMD64_ADDR32NB relocation (3). */
497 can use the generic relocate_section routine. For PE, we need our
506 /* The PE relocat
[all...]
/macosx-10.9.5/system_cmds-597.90.1/getty.tproj/
H A Dsubr.c400 if (PE)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getty.tproj/
H A Dsubr.c400 if (PE)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DDominators.h250 PE = InvTraits::child_end(NewBB); PI != PE; ++PI)
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveInterval.cpp804 PE = MBB->pred_end(); PI != PE; ++PI)
H A DInlineSpiller.cpp812 PE = MBB->pred_end(); PI != PE; ++PI) {
H A DMachineVerifier.cpp1539 PE = MFI->pred_end(); PI != PE; ++PI) {
H A DSplitKit.cpp954 PE = MBB->pred_end(); PI != PE; ++PI) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DCodeExtractor.cpp91 for (pred_iterator PI = pred_begin(*I), PE = pred_end(*I);
92 PI != PE; ++PI)
H A DSimplifyCFG.cpp1176 pred_iterator PI = pred_begin(BBEnd), PE = pred_end(BBEnd); local
1178 if (PI == PE) // Only one predecessor.
1181 if (PI != PE) // More than two predecessors.
2211 pred_iterator PB = pred_begin(BB), PE = pred_end(BB); local
2213 std::distance(PB, PE),
2219 for (pred_iterator PI = PB; PI != PE; ++PI) {
2760 for (pred_iterator PI = pred_begin(BB), PE = pred_end(BB); PI != PE;) {
/macosx-10.9.5/vim-53/runtime/keymap/
H A Dkana.vim491 PE ���
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnroff.vim173 syn region nroffPicture start=/^\.\s*PS\>/ end=/^\.\s*PE\>/
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp836 for (pred_iterator PI = pred_begin(BB), PE = pred_end(BB); PI != PE; ++PI) {
H A DSROA.cpp3068 for (AllocaPartitioning::iterator PI = P.begin(), PE = P.end(); PI != PE;
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DAsmWriter.cpp1671 const_pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
1673 if (PI == PE) {
1678 for (++PI; PI != PE; ++PI) {
H A DVerifier.cpp1183 PE = FTy->param_end(); PI != PE; ++PI)
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2690 PE = SuccSU->Preds.end(); PI != PE; ++PI) {
H A DSelectionDAGISel.cpp1001 for (const_pred_iterator PI = pred_begin(LLVMBB), PE = pred_end(LLVMBB);
1002 PI != PE; ++PI) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp546 FunctionType::param_iterator PE = FT->param_end(); local
547 for (; PI != PE; ++PI) {
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dethiopic.el919 ("PE" ?$(3$;(B)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1003 PE = PairableInsts.end(); PI != PE; ++PI) {
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dltmain.sh211 *MS\ Windows\ PE\ Intel*)

Completed in 323 milliseconds

12345