HomeSort by relevance Sort by last modified time
    Searched refs:Instruction (Results 201 - 225 of 3040) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
OrderedInstructions.h 15 // OrderedBasicBlock (with instruction numbering and caching) are used.
42 /// Return true if first instruction dominates the second.
43 bool dominates(const Instruction *, const Instruction *) const;
46 /// i.e. If an instruction is deleted or added to the basic block, the user
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
OrderedInstructions.h 15 // OrderedBasicBlock (with instruction numbering and caching) are used.
42 /// Return true if first instruction dominates the second.
43 bool dominates(const Instruction *, const Instruction *) const;
46 /// i.e. If an instruction is deleted or added to the basic block, the user
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
OrderedInstructions.h 15 // OrderedBasicBlock (with instruction numbering and caching) are used.
42 /// Return true if first instruction dominates the second.
43 bool dominates(const Instruction *, const Instruction *) const;
46 /// i.e. If an instruction is deleted or added to the basic block, the user
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
OrderedInstructions.h 15 // OrderedBasicBlock (with instruction numbering and caching) are used.
42 /// Return true if first instruction dominates the second.
43 bool dominates(const Instruction *, const Instruction *) const;
46 /// i.e. If an instruction is deleted or added to the basic block, the user
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
ScalarEvolutionNormalization.h 43 class Instruction;
70 Instruction *User,
TypeMetadataUtils.h 41 SmallVectorImpl<Instruction *> &LoadedPtrs,
42 SmallVectorImpl<Instruction *> &Preds, bool &HasNonCallUses,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 28 // instruction individually and believes (a + 2) + b is the best form according
36 // NaryReassociate works as follows. For every instruction in the form of (a +
38 // instruction. If so, it then reassociates (a + b) + c into (a + c) + b or (b +
40 // an expression is computed before, we store each instruction seen and its SCEV
41 // into an SCEV-to-instruction map.
56 // eliminate an instruction and decrease the usage count of its operands. As a
57 // result, an instruction that previously had multiple uses may become a
58 // single-use instruction and thus eligible for split consideration. For
108 Instruction *tryReassociate(Instruction *I)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LowerMemIntrinsics.h 20 class Instruction;
28 void createMemCpyLoop(Instruction *InsertBefore,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
NaryReassociate.h 28 // instruction individually and believes (a + 2) + b is the best form according
36 // NaryReassociate works as follows. For every instruction in the form of (a +
38 // instruction. If so, it then reassociates (a + b) + c into (a + c) + b or (b +
40 // an expression is computed before, we store each instruction seen and its SCEV
41 // into an SCEV-to-instruction map.
56 // eliminate an instruction and decrease the usage count of its operands. As a
57 // result, an instruction that previously had multiple uses may become a
58 // single-use instruction and thus eligible for split consideration. For
108 Instruction *tryReassociate(Instruction *I)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LowerMemIntrinsics.h 20 class Instruction;
28 void createMemCpyLoop(Instruction *InsertBefore,
OrderedInstructions.h 15 // OrderedBasicBlock (with instruction numbering and caching) are used.
42 /// Return true if first instruction dominates the second.
43 bool dominates(const Instruction *, const Instruction *) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
IndirectCallSiteVisitor.h 20 std::vector<Instruction *> IndirectCallInsts;
30 static inline std::vector<Instruction *> findIndirectCallSites(Function &F) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
AssemblyAnnotationWriter.h 24 class Instruction;
38 /// after the basic block label, but before the first instruction in the
51 /// before an instruction is emitted.
52 virtual void emitInstructionAnnot(const Instruction *,
56 /// right of an instruction or global value.

Completed in 978 milliseconds

1 2 3 4 5 6 7 891011>>