Searched defs:Calculate (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h150 void Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT, function in namespace:llvm
202 // Step #3: Calculate the semidominators of all vertices
/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp85 void Calculate(Block *Entry);
131 R.Calculate(BB2B[&F.getEntryBlock()]);
207 void RelooperAlgorithm::Calculate(Block *Entry) { function in class:RelooperAlgorithm
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h289 Calculate, enumerator in enum:CPDF_AAction::AActionType
/external/v8/src/
H A Dapi.cc4974 static int Calculate(i::ConsString* current, uint8_t* state_out) { function in class:v8::Utf8LengthHelper
5012 total_length += Calculate(left_as_cons, &left_leaf_state);
5016 total_length += Calculate(right_as_cons, &right_leaf_state);
5025 static inline int Calculate(i::ConsString* current) { function in class:v8::Utf8LengthHelper
5027 return Calculate(current, &state);
5042 return Utf8LengthHelper::Calculate(cons_string);

Completed in 276 milliseconds