OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addPred
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
ScheduleDAG.cpp
62
///
addPred
- This adds the specified edge as a pred of the current node if
65
bool SUnit::
addPred
(const SDep &D, bool Required) {
74
// Extend the latency if needed. Equivalent to removePred(I) +
addPred
(D).
517
///
AddPred
- Updates the topological ordering to accommodate an edge
519
void ScheduleDAGTopologicalSort::
AddPred
(SUnit *Y, SUnit *X) {
601
/// create a cycle. If so, it is not safe to call
AddPred
(TargetSU, SU).
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
765
void
addPred
(BasicBlock *Pred) { Preds.push_back(Pred); }
[
all
...]
Completed in 1186 milliseconds