Searched refs:getUses (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 261 static SetOfMachineInstr &getUses(InstrToInstrs *sets, unsigned reg, in getUses() function 268 static const SetOfMachineInstr *getUses(const InstrToInstrs *sets, unsigned reg, in getUses() function 325 getUses(ColorOpToReachedUses, CurReg, *BBGen[CurReg]).insert(&MI); in initReachingDef() 385 getUses(ColorOpToReachedUses, CurReg, *BBGen[CurReg]).insert(DummyOp); in initReachingDef() 424 getUses(ColorOpToReachedUses, CurReg, *MI); in reachingDefAlgorithm() 752 getUses(DefsPerColorToUses, in registerADRCandidate() 835 getUses(DefsPerColorToUses, in computeOthers() 863 getUses(DefsPerColorToUses, in computeOthers()
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/openssl/ |
D | CertificateTrustBlock.java | 69 public Set<ASN1ObjectIdentifier> getUses() in getUses() method in CertificateTrustBlock
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1374 MappedType &getUses(const VarDecl *vd) { in getUses() function in __anonfe9b7c3a0a11::UninitValsDiagReporter 1383 getUses(vd).getPointer()->push_back(use); in handleUseOfUninitVariable() 1387 getUses(vd).setInt(true); in handleSelfInit()
|