OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineProfile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
76
ProfileInfoT<MachineFunction, MachineBasicBlock> *
MachineProfile
;
228
if (
MachineProfile
== 0)
229
MachineProfile
= new ProfileInfoT<MachineFunction, MachineBasicBlock>();
230
return
MachineProfile
;
234
return (
MachineProfile
!= 0);
/external/llvm/lib/Analysis/
ProfileInfo.cpp
43
MachineProfile
= 0;
47
if (
MachineProfile
) delete
MachineProfile
;
[
all
...]
Completed in 246 milliseconds