OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrProfIncrementInst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h
94
void lowerIncrement(
InstrProfIncrementInst
*Inc);
103
GlobalVariable *getOrCreateRegionCounters(
InstrProfIncrementInst
*Inc);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
438
static
InstrProfIncrementInst
*castToIncrementInst(Instruction *Instr) {
439
InstrProfIncrementInst
*Inc = dyn_cast<InstrProfIncrementInstStep>(Instr);
442
return dyn_cast<
InstrProfIncrementInst
>(Instr);
451
InstrProfIncrementInst
*Inc = castToIncrementInst(&*Instr);
559
InstrProfIncrementInst
*FirstProfIncInst = nullptr;
565
FirstProfIncInst = dyn_cast<
InstrProfIncrementInst
>(I);
674
void InstrProfiling::lowerIncrement(
InstrProfIncrementInst
*Inc) {
736
static std::string getVarName(
InstrProfIncrementInst
*Inc, StringRef Prefix) {
814
InstrProfiling::getOrCreateRegionCounters(
InstrProfIncrementInst
*Inc) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
IntrinsicInst.cpp
181
Value *
InstrProfIncrementInst
::getStep() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
1087
class
InstrProfIncrementInst
: public IntrinsicInst {
1116
class InstrProfIncrementInstStep : public
InstrProfIncrementInst
{
Completed in 26 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026