OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoAliasScopeDeclInst
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp
413
SmallVector<
NoAliasScopeDeclInst
*, 6> NoAliasDeclInstructions;
415
if (auto *Decl = dyn_cast<
NoAliasScopeDeclInst
>(&I))
503
for (
NoAliasScopeDeclInst
*NAD : NoAliasDeclInstructions) {
516
for (
NoAliasScopeDeclInst
*NAD : NoAliasDeclInstructions)
CloneFunction.cpp
975
if (auto *Decl = dyn_cast<
NoAliasScopeDeclInst
>(I))
1029
if (auto *Decl = dyn_cast<
NoAliasScopeDeclInst
>(&I))
1037
if (auto *Decl = dyn_cast<
NoAliasScopeDeclInst
>(&I))
InlineFunction.cpp
865
if (const auto *Decl = dyn_cast<
NoAliasScopeDeclInst
>(&I))
930
if (auto *Decl = dyn_cast<
NoAliasScopeDeclInst
>(&I))
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
1186
class
NoAliasScopeDeclInst
: public IntrinsicInst {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp
938
if (isa<
NoAliasScopeDeclInst
>(&I))
LoopVectorize.cpp
3019
if (isa<
NoAliasScopeDeclInst
>(Instr))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
3805
NoAliasScopeDeclInst
*Decl = dyn_cast<
NoAliasScopeDeclInst
>(Inst);
Completed in 85 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026