Home
last modified time | relevance | path

Searched refs:getBlockInterval (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalPartition.h78 inline Interval *getBlockInterval(BasicBlock *BB) { in getBlockInterval() function
DIntervalIterator.h60 return IP->getBlockInterval(BB); in getSourceGraphNode()
/external/llvm/include/llvm/Analysis/
DIntervalPartition.h78 inline Interval *getBlockInterval(BasicBlock *BB) { in getBlockInterval() function
DIntervalIterator.h60 return IP->getBlockInterval(BB); in getSourceGraphNode()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DIntervalPartition.cpp62 getBlockInterval(*I)->Predecessors.push_back(Header); in updatePredecessors()
/external/llvm/lib/Analysis/
DIntervalPartition.cpp61 getBlockInterval(Successor)->Predecessors.push_back(Header); in updatePredecessors()