OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingLoads
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
131
///
PendingLoads
- Remember where unknown loads are after the most recent
134
std::vector<SUnit *>
PendingLoads
;
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
833
for (unsigned k = 0, m =
PendingLoads
.size(); k != m; ++k)
834
addChainDependency(AA, MFI, SU,
PendingLoads
[k], RejectMemNodes,
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
111
///
PendingLoads
- Loads are not emitted to the program immediately. We bunch
115
SmallVector<SDValue, 8>
PendingLoads
;
SelectionDAGBuilder.cpp
[
all
...]
Completed in 907 milliseconds