Home
last modified time | relevance | path

Searched refs:BlocksVectorTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1914 using BlocksVectorTy = variable
1917 BlocksVectorTy Blocks;
1921 virtual BlocksVectorTy indirectCallPromotion( in indirectCallPromotion()
1928 return BlocksVectorTy(); in indirectCallPromotion()
1931 virtual BlocksVectorTy jumpTablePromotion( in jumpTablePromotion()
1936 return BlocksVectorTy(); in jumpTablePromotion()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h204 MCPlusBuilder::BlocksVectorTy &&ICPcode,
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp3415 BlocksVectorTy indirectCallPromotion( in indirectCallPromotion()
3423 BlocksVectorTy Results; in indirectCallPromotion()
3483 return BlocksVectorTy(); in indirectCallPromotion()
3536 return BlocksVectorTy(); in indirectCallPromotion()
3646 BlocksVectorTy jumpTablePromotion( in jumpTablePromotion()
3654 return BlocksVectorTy(); in jumpTablePromotion()
3656 BlocksVectorTy Results; in jumpTablePromotion()
3675 return BlocksVectorTy(); in jumpTablePromotion()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp748 MCPlusBuilder::BlocksVectorTy &&ICPcode, in rewriteCall()
1356 MCPlusBuilder::BlocksVectorTy ICPcode = in runOnFunctions()