search for: uie

Displaying 8 results from an estimated 8 matches for "uie".

Did you mean: die
2015 Jun 10
3
[LLVMdev] The use iterator not working...
...asic blocks (except terminators). for (auto i = inst_begin(f), ie = inst_end(f); i != ie; ++i) Instruction* pDef = &(*i); errs() << "Def: " << *pDef << "\n"; for (auto ui = pDef->use_begin(), uie = pDef->use_end(); ui != uie; ++ui) { Instruction* pUse = dyn_cast<Instruction>(*ui); errs() << " Use: \t" << *pUse << "\n"; } } However, everything works as expected...
2015 Jun 10
4
[LLVMdev] The use iterator not working...
...for (auto i = inst_begin(f), ie = inst_end(f); i != ie; ++i) >> Instruction* pDef = &(*i); >> errs() << "Def: " << *pDef << "\n"; >> >> for (auto ui = pDef->use_begin(), uie = >> pDef->use_end(); ui != uie; ++ui) >> { >> > > 'user' != 'use'. > > Think of llvm::Use as the edge between the place where a value is > produced, and the place where that value is consumed. The consumer is the > 'User...
2015 Jun 10
2
[LLVMdev] The use iterator not working...
...= inst_end(f); i != ie; > ++i) > >>> Instruction* pDef = &(*i); > >>> errs() << "Def: " << *pDef << "\n"; > >>> > >>> for (auto ui = pDef->use_begin(), uie = > >>> pDef->use_end(); ui != uie; ++ui) > >>> { > >> > >> > >> 'user' != 'use'. > >> > >> Think of llvm::Use as the edge between the place where a value is > >> produced, and the plac...
2010 Jul 21
1
how to unsubscribe
...y for this mailing list. My email account doesn't have that much space anymore and I don't have access to this every day. How can I do that? Thanks a lot -- Bárbara H. Costa Marine Biologist Researcher SCIAENA - Marine Sciences and Cooperation www.sciaena.org ISPA | http://www.ispa.pt/ui/uie/index.asp BIOMARES | http://www.ccmar.ualg.pt/biomares/ MSI-UCSB | http://www.msi.ucsb.edu/ bcosta@ispa.pt barbarahcosta@gmail.com [[alternative HTML version deleted]]
2014 Feb 09
0
antonioccolin@gmail.com está esperando tu respuesta. ¿Ver?
2010 Jul 14
2
count - help
...doesn't work. Do you have some suggestions? I'd really like to learn doing it in R and not having to shift to excell! Thanks a lot, Cheers, Barbara -- Bárbara H. Costa Marine Biologist Researcher SCIAENA - Marine Sciences and Cooperation www.sciaena.org ISPA | http://www.ispa.pt/ui/uie/index.asp BIOMARES | http://www.ccmar.ualg.pt/biomares/ MSI-UCSB | http://www.msi.ucsb.edu/ bcosta@ispa.pt barbarahcosta@gmail.com [[alternative HTML version deleted]]
2013 Jan 23
10
[PATCH 0/6] x86/HVM: miscellaneous RTC emulation adjustments
Finally I got around to breaking up the similarly named monolithic patch that caused a regression shortly before the 4.2 release and got therefore reverted. This series consists of the broken up pieces that - according to my testing - don''t expose the reported lockup; the 7th will need debugging to understand what''s wrong there. 1: use RTC_* names instead of literal numbers 2:
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking