Searched refs:Users (Results 26 - 50 of 85) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/mcore/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
H A Dcrti.S27 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/fr30/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
H A Dcrti.S26 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/moxie/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ia64/
H A Dcrtn.S24 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/mcore/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
H A Dcrti.S27 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dcrtn.S26 ! fact return. Users may put any desired instructions in those sections.
H A Dcrti.S26 ! .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/fr30/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
H A Dcrti.S26 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/csky/
H A Dcrtn.S26 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ia64/
H A Dcrtn.S24 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/moxie/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dcrtn.S25 # fact return. Users may put any desired instructions in those sections.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp424 DenseSet<Instruction *> &Users);
428 DenseSet<Instruction *> &Users);
697 DenseSet<Instruction *> &Users) {
701 if (!Users.insert(I).second)
734 DenseSet<Instruction *> &Users) {
736 collectInLoopUserSet(Root, Exclude, Final, Users);
1583 SmallInstructionVector Users; local
1585 Users.push_back(cast<Instruction>(U));
1588 for (Instruction *User : Users)
694 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
730 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp291 SmallVector<Instruction *, 16> Users; local
295 Users.push_back(UI);
301 while (!Users.empty()) {
302 Instruction *U = Users.pop_back_val();
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dcrti.S26 ! .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dcrti.S30 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
H A Dcrti.S31 # .init sections. Users may put any desired instructions in those
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dcrti.S30 # .init sections. Users may put any desired instructions in those

Completed in 289 milliseconds

1234