HomeSort by relevance Sort by last modified time
    Searched refs:WInfo (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 192 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &WInfo =
205 WInfo.Semi = WInfo.Parent;
213 if (SemiU < WInfo.Semi)
214 WInfo.Semi = SemiU;
221 if (WInfo.Semi == WInfo.Parent) {
222 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
224 Buckets[i] = Buckets[WInfo.Semi];
225 Buckets[WInfo.Semi] = i
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DominatorInternals.h 193 typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &WInfo =
206 WInfo.Semi = WInfo.Parent;
214 if (SemiU < WInfo.Semi)
215 WInfo.Semi = SemiU;
222 if (WInfo.Semi == WInfo.Parent) {
223 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
225 Buckets[i] = Buckets[WInfo.Semi];
226 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 190 auto &WInfo = DT.Info[W];
202 WInfo.Semi = WInfo.Parent;
206 if (SemiU < WInfo.Semi)
207 WInfo.Semi = SemiU;
213 if (WInfo.Semi == WInfo.Parent) {
214 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
216 Buckets[i] = Buckets[WInfo.Semi];
217 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 190 auto &WInfo = DT.Info[W];
202 WInfo.Semi = WInfo.Parent;
206 if (SemiU < WInfo.Semi)
207 WInfo.Semi = SemiU;
213 if (WInfo.Semi == WInfo.Parent) {
214 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
216 Buckets[i] = Buckets[WInfo.Semi];
217 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 190 auto &WInfo = DT.Info[W];
202 WInfo.Semi = WInfo.Parent;
206 if (SemiU < WInfo.Semi)
207 WInfo.Semi = SemiU;
213 if (WInfo.Semi == WInfo.Parent) {
214 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
216 Buckets[i] = Buckets[WInfo.Semi];
217 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 190 auto &WInfo = DT.Info[W];
202 WInfo.Semi = WInfo.Parent;
206 if (SemiU < WInfo.Semi)
207 WInfo.Semi = SemiU;
213 if (WInfo.Semi == WInfo.Parent) {
214 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
216 Buckets[i] = Buckets[WInfo.Semi];
217 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GenericDomTreeConstruction.h 190 auto &WInfo = DT.Info[W];
202 WInfo.Semi = WInfo.Parent;
206 if (SemiU < WInfo.Semi)
207 WInfo.Semi = SemiU;
213 if (WInfo.Semi == WInfo.Parent) {
214 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
216 Buckets[i] = Buckets[WInfo.Semi];
217 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GenericDomTreeConstruction.h 190 auto &WInfo = DT.Info[W];
202 WInfo.Semi = WInfo.Parent;
206 if (SemiU < WInfo.Semi)
207 WInfo.Semi = SemiU;
213 if (WInfo.Semi == WInfo.Parent) {
214 DT.IDoms[W] = DT.Vertex[WInfo.Parent];
216 Buckets[i] = Buckets[WInfo.Semi];
217 Buckets[WInfo.Semi] = i
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 308 auto &WInfo = NodeToInfo[W];
311 WInfo.Semi = WInfo.Parent;
312 for (const auto &N : WInfo.ReverseChildren) {
322 if (SemiU < WInfo.Semi) WInfo.Semi = SemiU;
332 auto &WInfo = NodeToInfo[W];
333 const unsigned SDomNum = NodeToInfo[NumToNode[WInfo.Semi]].DFSNum;
334 NodePtr WIDomCandidate = WInfo.IDom;
338 WInfo.IDom = WIDomCandidate
    [all...]

Completed in 411 milliseconds