Searched refs:DoIt (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-comdat-2.cpp9 return (int)Foo.DoIt(10);
11 return (int)Foo2.DoIt(I);
H A Dinstrprof-comdat-1.cpp9 int Res = Foo.DoIt(10);
H A Dinstrprof-comdat.h9 T DoIt(T ti);
15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template function in class:FOO
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h78 /// \p DoIt, tells this method whether or not to actually insert
79 /// the code sequence in \p MBB. I.e., when \p DoIt is false,
81 /// \returns For \p DoIt == true: True when the emission succeeded
82 /// false otherwise. For \p DoIt == false: True when the emission
84 bool emitPopSpecialFixUp(MachineBasicBlock &MBB, bool DoIt) const;
H A DThumb1FrameLowering.cpp554 bool Done = emitPopSpecialFixUp(MBB, /* DoIt */ true);
565 return emitPopSpecialFixUp(*TmpMBB, /* DoIt */ false);
603 bool DoIt) const {
637 if (!DoIt || MBBI->getOpcode() == ARM::tPOP_RET)
715 if (!DoIt && !PopReg && !TemporaryReg)

Completed in 194 milliseconds