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

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GenericDomTreeConstruction.h 56 static constexpr bool IsPostDom = DomTreeT::IsPostDominator;
133 auto &FutureChildren = (Inverse != IsPostDom) ? BUI->FuturePredecessors
213 // relative to IsPostDom -- using reverse edges for dominators and forward
232 constexpr bool Direction = IsReverse != IsPostDom; // XOR.
348 assert(IsPostDom && "Only postdominators have a virtual root");
379 if (!IsPostDom) {
501 assert(IsPostDom && "This function is for postdominators only");
540 if (!IsPostDom) {
574 NodePtr Root = IsPostDom ? nullptr : DT.Roots[0];
638 assert((From || IsPostDom) &
    [all...]

Completed in 639 milliseconds