HomeSort by relevance Sort by last modified time
    Searched defs:Calculate (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 151 void Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT,
203 // Step #3: Calculate the semidominators of all vertices
268 // Get or calculate the node for the immediate dominator
LoopInfo.h 19 // It can calculate on the fly various bits of information, for example:
157 /// getNumBackEdges - Calculate the number of back edges to the loop header
764 void Calculate(DominatorTreeBase<BlockT> &DT) {
    [all...]
  /external/v8/src/
heap-inl.h 633 double TranscendentalCache::SubCache::Calculate(double input) {
668 double answer = Calculate(input);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 682 void RegionInfo::Calculate(Function &F) {
703 Calculate(F);

Completed in 39 milliseconds