Home
last modified time | relevance | path

Searched refs:updatePredecessors (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIntervalPartition.cpp67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() function in IntervalPartition
91 updatePredecessors(Intervals[i]); in runOnFunction()
117 updatePredecessors(Intervals[i]); in IntervalPartition()
/external/llvm-project/llvm/lib/Analysis/
DIntervalPartition.cpp67 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() function in IntervalPartition
91 updatePredecessors(Intervals[i]); in runOnFunction()
117 updatePredecessors(Intervals[i]); in IntervalPartition()
/external/llvm/lib/Analysis/
DIntervalPartition.cpp58 void IntervalPartition::updatePredecessors(Interval *Int) { in updatePredecessors() function in IntervalPartition
83 updatePredecessors(Intervals[i]); in runOnFunction()
111 updatePredecessors(Intervals[i]); in IntervalPartition()
/external/llvm-project/llvm/include/llvm/Analysis/
DIntervalPartition.h103 void updatePredecessors(Interval *Int);
/external/llvm/include/llvm/Analysis/
DIntervalPartition.h106 void updatePredecessors(Interval *Int);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIntervalPartition.h103 void updatePredecessors(Interval *Int);
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp595 auto updatePredecessors = [&](Block *block, unsigned clusterIndex) { in merge() local
604 updatePredecessors(leaderBlock, /*clusterIndex=*/0); in merge()
606 updatePredecessors(blocksToMerge[i], /*clusterIndex=*/i + 1); in merge()