/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 213 bool Removed = false; removeVirtualRegisterKilled() local 248 bool Removed = false; removeVirtualRegisterDead() local
|
/llvm-project/clang/include/clang/DirectoryWatcher/ |
H A D | DirectoryWatcher.h | 68 Removed, enumerator
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunctionPass.cpp | 147 StringRef Removed = Color ? "\033[31m-%l\033[0m\n" : "-%l\n"; in runOnFunction() local
|
H A D | EarlyIfConversion.cpp | 810 updateDomTree(MachineDominatorTree * DomTree,const SSAIfConv & IfConv,ArrayRef<MachineBasicBlock * > Removed) updateDomTree() argument 828 updateLoops(MachineLoopInfo * Loops,ArrayRef<MachineBasicBlock * > Removed) updateLoops() argument
|
H A D | MachineBlockPlacement.cpp | 3059 bool Removed, DuplicatedToLPred; repeatedlyTailDuplicateBlock() local 3126 bool Removed = false; maybeTailDuplicateBlock() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | LowerAllowCheckPass.cpp | 55 bool Removed) { in emitRemark() argument
|
H A D | GCOVProfiling.cpp | 187 bool Removed = false; global() member
|
H A D | PGOInstrumentation.cpp | 497 bool Removed = false; global() member
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 107 set_subtract(S1Ty & S1,const S2Ty & S2,S1Ty & Removed,S1Ty & Remaining) set_subtract() argument
|
H A D | SmallPtrSet.h | 379 bool Removed = false; remove_if() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 820 updateDomTree(ArrayRef<MachineBasicBlock * > Removed) updateDomTree() argument 836 updateLoops(ArrayRef<MachineBasicBlock * > Removed) updateLoops() argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SetOperationsTest.cpp | 203 std::set<int> Removed, Remaining; TEST() local
|
H A D | SmallPtrSetTest.cpp | 386 bool Removed = Set.remove_if([](int *Ptr) { return *Ptr % 2 != 0; }); TEST() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 108 bool Removed = CSEMap.RemoveNode(UMI); invalidateUniqueMachineInstr() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1157 bool Removed = SourceN->removeEdgeInternal(TargetN); removeOutgoingEdge() local 1186 bool Removed = (*SourceN)->removeEdgeInternal(*TargetN); removeInternalRefEdges() local 1493 bool Removed = SourceN->removeEdgeInternal(TargetN); removeEdge() local [all...] |
H A D | ScalarEvolution.cpp | 4549 bool Removed = EVIt->second.remove(V); eraseValueFromMap() local
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.cpp | 371 int Removed = 0; removeBranch() local
|
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1734 bool Removed = OpaqueStructTypes.erase(Ty); switchToNonOpaque() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TUScheduler.cpp | 1696 bool Removed = Files.erase(File); remove() local
|
/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 1543 const std::string Removed = handleFunctionCompare() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 135 Value *Removed = getIncomingValue(Idx); removeIncomingValue() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 485 enum class Kind { Added, Removed, ConditionMismatch }; global() enumerator
|