HomeSort by relevance Sort by last modified time
    Searched defs:Calculate (Results 1 - 3 of 3) 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
  /external/llvm/lib/Analysis/
RegionInfo.cpp 665 void RegionInfo::Calculate(Function &F) {
686 Calculate(F);
  /external/v8/src/
heap-inl.h 653 double TranscendentalCache::SubCache::Calculate(double input) {
688 double answer = Calculate(input);

Completed in 43 milliseconds