Home
last modified time | relevance | path

Searched refs:hasNonDebugLocLoopMetadata (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h410 LLVM_ABI bool hasNonDebugLocLoopMetadata() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1275 if (TI->hasNonDebugLocLoopMetadata()) in TryToSimplifyUncondBranchFromEmptyBlock()
1278 if (PredTI->hasNonDebugLocLoopMetadata()) in TryToSimplifyUncondBranchFromEmptyBlock()
1346 if (TI->hasNonDebugLocLoopMetadata()) { in TryToSimplifyUncondBranchFromEmptyBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp478 bool Instruction::hasNonDebugLocLoopMetadata() const { in hasNonDebugLocLoopMetadata() function in Instruction