Home
last modified time | relevance | path

Searched defs:Removed (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h221 bool Removed = false; in removeVirtualRegisterKilled() local
256 bool Removed = false; in removeVirtualRegisterDead() local
/freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h68 Removed, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp162 StringRef Removed = Color ? "\033[31m-%l\033[0m\n" : "-%l\n"; in runOnFunction() local
H A DPreISelIntrinsicLowering.cpp90 bool Removed = false; in forEachCall() local
505 bool Removed = ED == VPExpansionDetails::IntrinsicReplaced; in lowerIntrinsics() local
H A DEarlyIfConversion.cpp863 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree()
881 ArrayRef<MachineBasicBlock *> Removed) { in updateLoops()
H A DMachineBlockPlacement.cpp3159 bool Removed, DuplicatedToLPred; in repeatedlyTailDuplicateBlock() local
3226 bool Removed = false; in maybeTailDuplicateBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp817 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree()
833 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) { in updateLoops()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h140 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract()
H A DSmallPtrSet.h425 bool Removed = false; in remove_if() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp56 bool Removed) { in emitRemark()
H A DGCOVProfiling.cpp191 bool Removed = false; member
H A DPGOInstrumentation.cpp559 bool Removed = false; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp118 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1159 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeOutgoingEdge() local
1188 bool Removed = (*SourceN)->removeEdgeInternal(*TargetN); in removeInternalRefEdges() local
1495 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeEdge() local
H A DScalarEvolution.cpp4515 bool Removed = EVIt->second.remove(V); in eraseValueFromMap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp369 int Removed = 0; in removeBranch() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp569 const std::string Removed("removed"); in emitDXILOperationTableDataStructs() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1623 bool Removed = OpaqueStructTypes.erase(Ty); in switchToNonOpaque() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1549 const std::string Removed = in handleFunctionCompare() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp139 Value *Removed = getIncomingValue(Idx); in removeIncomingValue() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15376 enum class Kind { Added, Removed, ConditionMismatch }; enumerator