OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cannotDuplicate
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
CodeMetrics.cpp
176
if (CI->
cannotDuplicate
())
183
if (InvI->
cannotDuplicate
())
LoopInfo.cpp
497
if (CB->
cannotDuplicate
())
InlineCost.cpp
1820
if (isa<CallInst>(Call) && cast<CallInst>(Call).
cannotDuplicate
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp
187
if (CB.isConvergent() || CB.
cannotDuplicate
())
LoopVersioningLICM.cpp
347
if (Call->isConvergent() || Call->
cannotDuplicate
()) {
SpeculateAroundPHIs.cpp
71
if (CS->isConvergent() || CS->
cannotDuplicate
()) {
JumpThreading.cpp
582
if (CI->
cannotDuplicate
() || CI->isConvergent())
SimpleLoopUnswitch.cpp
2735
if (CB->isConvergent() || CB->
cannotDuplicate
())
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
616
bool
cannotDuplicate
() const {
InstrTypes.h
1852
bool
cannotDuplicate
() const { return hasFnAttr(Attribute::NoDuplicate); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
2549
if (CI->
cannotDuplicate
() || CI->isConvergent())
Completed in 76 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026