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

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 94 void lowerIncrement(InstrProfIncrementInst *Inc);
103 GlobalVariable *getOrCreateRegionCounters(InstrProfIncrementInst *Inc);
150 if (auto *Inc = dyn_cast<InstrProfIncrementInst>(Instr)) {
224 void InstrProfiling::lowerIncrement(InstrProfIncrementInst *Inc) {
267 static std::string getVarName(InstrProfIncrementInst *Inc, StringRef Prefix) {
283 InstrProfIncrementInst *Inc) {
295 InstrProfiling::getOrCreateRegionCounters(InstrProfIncrementInst *Inc) {
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 349 class InstrProfIncrementInst : public IntrinsicInst {

Completed in 366 milliseconds