HomeSort by relevance Sort by last modified time
    Searched refs:InstrProfIncrementInst (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Transforms/
InstrProfiling.h 73 void lowerIncrement(InstrProfIncrementInst *Inc);
82 GlobalVariable *getOrCreateRegionCounters(InstrProfIncrementInst *Inc);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h 91 void lowerIncrement(InstrProfIncrementInst *Inc);
100 GlobalVariable *getOrCreateRegionCounters(InstrProfIncrementInst *Inc);
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 123 InstrProfIncrementInst *FirstProfIncInst = nullptr;
129 FirstProfIncInst = dyn_cast<InstrProfIncrementInst>(I);
141 if (auto *Inc = dyn_cast<InstrProfIncrementInst>(Instr)) {
217 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) {
245 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) {
299 InstrProfIncrementInst *Inc) {
328 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 367 static InstrProfIncrementInst *castToIncrementInst(Instruction *Instr) {
368 InstrProfIncrementInst *Inc = dyn_cast<InstrProfIncrementInstStep>(Instr);
371 return dyn_cast<InstrProfIncrementInst>(Instr);
380 InstrProfIncrementInst *Inc = castToIncrementInst(&*Instr);
474 InstrProfIncrementInst *FirstProfIncInst = nullptr;
480 FirstProfIncInst = dyn_cast<InstrProfIncrementInst>(I);
594 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) {
626 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) {
672 InstrProfIncrementInst *Inc) {
702 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
IntrinsicInst.cpp 99 Value *InstrProfIncrementInst::getStep() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IntrinsicInst.h 690 class InstrProfIncrementInst : public IntrinsicInst {
719 class InstrProfIncrementInstStep : public InstrProfIncrementInst {
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 337 class InstrProfIncrementInst : public IntrinsicInst {

Completed in 118 milliseconds