Searched refs:NoAliases (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/InstPrinter/ |
D | RISCVInstPrinter.cpp | 39 NoAliases("riscv-no-aliases", variable 49 if (!NoAliases) in printInst() 53 if (NoAliases || !printAliasInstr(NewMI, STI, O)) in printInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 482 SmallVector<Metadata *, 4> Scopes, NoAliases; in setNoAliasToLoop() local 492 NoAliases.push_back(NewScope); in setNoAliasToLoop() 497 MDNode::get(Inst.getContext(), NoAliases))); in setNoAliasToLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 565 SmallVector<Metadata *, 4> Scopes, NoAliases; in setNoAliasToLoop() local 575 NoAliases.push_back(NewScope); in setNoAliasToLoop() 580 MDNode::get(Inst.getContext(), NoAliases))); in setNoAliasToLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 3 ; BasicAA should detect NoAliases in PHIs and Selects.
|
/external/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 3 ; BasicAA should detect NoAliases in PHIs and Selects.
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 947 SmallVector<Metadata *, 4> Scopes, NoAliases; in AddAliasScopeMetadata() local 1015 NoAliases.push_back(NewScopes[A]); in AddAliasScopeMetadata() 1018 if (!NoAliases.empty()) in AddAliasScopeMetadata() 1022 MDNode::get(CalledFunc->getContext(), NoAliases))); in AddAliasScopeMetadata()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1027 SmallVector<Metadata *, 4> Scopes, NoAliases; in AddAliasScopeMetadata() local 1095 NoAliases.push_back(NewScopes[A]); in AddAliasScopeMetadata() 1098 if (!NoAliases.empty()) in AddAliasScopeMetadata() 1102 MDNode::get(CalledFunc->getContext(), NoAliases))); in AddAliasScopeMetadata()
|