Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h220 bool Removed = false; in removeVirtualRegisterKilled() local
255 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.cpp147 StringRef Removed = Color ? "\033[31m-%l\033[0m\n" : "-%l\n"; in runOnFunction() local
H A DEarlyIfConversion.cpp810 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree()
828 ArrayRef<MachineBasicBlock *> Removed) { in updateLoops()
H A DMachineBlockPlacement.cpp3059 bool Removed, DuplicatedToLPred; in repeatedlyTailDuplicateBlock() local
3126 bool Removed = false; in maybeTailDuplicateBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp820 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree()
836 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) { in updateLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp55 bool Removed) { in emitRemark()
H A DGCOVProfiling.cpp187 bool Removed = false; member
H A DPGOInstrumentation.cpp497 bool Removed = false; member
/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.h379 bool Removed = false; in remove_if() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp108 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1157 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeOutgoingEdge() local
1186 bool Removed = (*SourceN)->removeEdgeInternal(*TargetN); in removeInternalRefEdges() local
1493 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeEdge() local
H A DScalarEvolution.cpp4549 bool Removed = EVIt->second.remove(V); in eraseValueFromMap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp371 int Removed = 0; in removeBranch() local
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1734 bool Removed = OpaqueStructTypes.erase(Ty); in switchToNonOpaque() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1552 const std::string Removed = in handleFunctionCompare() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp135 Value *Removed = getIncomingValue(Idx); in removeIncomingValue() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h485 enum class Kind { Added, Removed, ConditionMismatch }; enumerator